sebastian-software / edge

The Lerna Repository for Edge Platform
Apache License 2.0
33 stars 7 forks source link

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

Open swernerx opened 6 years ago

swernerx commented 6 years ago

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: