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

Extract blocking layer in edge-boilerplate to a reusable component #18

Open
swernerx opened this issue Nov 21, 2017 · 0 comments
Open

Comments

@swernerx
Copy link
Member

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.
@swernerx 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant