You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently block the interactions of the user in edge-boilerplate during the initialization time where React has not yet rehydrated the server rendered markup. This is currently somehow built into the boilerplate but should be better separated.
There are also some minor issues to think about:
When JavaScript is disabled in the browser it might be useful to prevent the layer e.g. via some styles from a noscript tag. A server rendered app might still be - at least partly - usable without any JS.
The text was updated successfully, but these errors were encountered:
swernerx
changed the title
Extract blocking layer in edge-boilerplate to a reusable component
Extract blocking layer in edge-boilerplate to a reusable component
Nov 21, 2017
We currently block the interactions of the user in
edge-boilerplate
during the initialization time where React has not yet rehydrated the server rendered markup. This is currently somehow built into the boilerplate but should be better separated.There are also some minor issues to think about:
noscript
tag. A server rendered app might still be - at least partly - usable without any JS.The text was updated successfully, but these errors were encountered: