react-with-moxy
react-with-moxy copied to clipboard
Explore other routing solutions
We are using react-router@3 and react-router@4 is broken by design.
We should explore other routing solutions. Things to take into consideration:
- Data fetching, blocking and non-blocking
- Scroll restoration only after transition ends
- Server-side rendering
- Lazy load components
- Integrate with css chunks + css loading
Another option to consider is https://reach.tech/router, seems flexible and powerful.
Why not revisit? Context API has been updated based on the timestamp of the commentary. Also for SSR, lazy-loading components you can make good usage of nextjs.
Yes @denisinla ! nextjs seems like a good option right now. 👍