Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change rendering approach #62

Merged
merged 8 commits into from
Jun 11, 2024
Merged

change rendering approach #62

merged 8 commits into from
Jun 11, 2024

Conversation

Bloomca
Copy link
Owner

@Bloomca Bloomca commented Jun 11, 2024

Description

Thinking about the issue in the Context support (#34), I tried to change the rendering approach slightly. Now we won't execute Components until they are being mounted, which solves the issue with trackValue executing without being mounted (#45).

It also should make adding Context possible.

References

@Bloomca Bloomca merged commit 20abefc into main Jun 11, 2024
1 check passed
@Bloomca Bloomca deleted the change-rendering-approach branch June 11, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not attach subscriptions during execution of createElement, only during mounting Add Context support
1 participant