-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
Is your request related to a problem?
MarkBind has rather observable fouc. Some temporary styles are in place to combat this, but does not solve the root of the issue:
- Vue compilation for the page happens in-browser. This very costly especially for a static site generator where a single page can get very, very large
- No SSR in place
Describe the solution you'd like
- At the very least, we should compile the vue app (i.e. the page) at build time. This should eliminate FOUC for 80% of use cases.
- Explore SSR with our setup
Additional context
#889 (FOUC)
Reactions are currently unavailable