erikras / erikras/react-redux-universal-hot-example
What about using React-Router Dynamic Routing?
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
As we are building large sites, loading all pages in one js file would be unrealistic.
As this project is a comprehensive boilerplate for react-redux-SSR, what about adding the feature of Dynamic Routing (https://github.com/reactjs/react-router/blob/master/docs/guides/DynamicRouting.md) to some pages/routes? It is supposed to support huge apps.
It does not mean changing the routes bottom-up, but only making a part of the routes dynamically load, to show the possibility of lazily loading a part of js file.
It would make this project more comprehensive.
Contributor guide
Assessment
This issue has not been assessed yet.