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
Currently, the entire app waits for /route-data.json to load, and then all components load.
However, it should be possible to mount simpler components (such as Menu, or BreakingNews) without the main "IsomorphicComponent", and then mount the IsomorphicComponent after the data returns.
Currently, the entire app waits for /route-data.json to load, and then all components load.
However, it should be possible to mount simpler components (such as Menu, or BreakingNews) without the main "IsomorphicComponent", and then mount the IsomorphicComponent after the data returns.
I'm open to proposals for this. Any thoughts? @anagh-p @munirajun
The text was updated successfully, but these errors were encountered: