whilelucky / pwa

An opinionated progressive web app boilerplate
MIT License
357 stars 47 forks source link

Server-side rendering and async routing #7

Open mrasoahaingo opened 6 years ago

mrasoahaingo commented 6 years ago

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