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

Server-side rendering and async routing #7

Open
mrasoahaingo opened this issue Oct 31, 2017 · 0 comments
Open

Server-side rendering and async routing #7

mrasoahaingo opened this issue Oct 31, 2017 · 0 comments

Comments

@mrasoahaingo
Copy link

mrasoahaingo commented Oct 31, 2017

Hi!

When I render a synchronous route on server-side and then the client side hydrate the dom, I get a warning because client side asynchronous route don't expect to find the component.

image

In other hand react fiber reconciliation tries to remove this non hydratable node. So the page makes a blank flash on client side :(

image

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

No branches or pull requests

1 participant