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

Create application manager for SSR to avoid race-conditions #30

Open
lifeart opened this issue Jan 15, 2024 · 0 comments
Open

Create application manager for SSR to avoid race-conditions #30

lifeart opened this issue Jan 15, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lifeart
Copy link
Owner

lifeart commented Jan 15, 2024

At the moment application rendering is async, and we need to find a way to avoid race-condition in SSR.
We could use getRoot, setRoot, and resetRoot primitives to have multiple roots and manage it.

@lifeart lifeart added enhancement New feature or request good first issue Good for newcomers labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant