-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
@foxhound87 - We've been diagnosing (and fixing) some crazy SSR issues that happen with simultaneous requests. Basically, the second request corrupts the state of the MobX stores and all sorts of uncertainty results. (I'll be reaching out separately to get your input on that)
Where we are right now however is searching for a solution to disabling SSR for production - basically making it run like web:dev. We're having some trouble since the state and SSR stuff is so integral to the setup - everything we try has resulted in hard errors.
The two main points we are trying to solve:
- Properly initializing the stores and calling
fetchDataon the components when the load client-side - Removing or replacing the code in
src/web/ssr.jsto simply render everything client side.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels