Advanced and highly scalable boilerplate built with Electron, React, Redux, and Webpack, featuring Babel, HMR, Loadables, Dynamic Reducer Injection, Selectors, and Code Splitting.
-
Updated
Jan 26, 2019 - JavaScript
Advanced and highly scalable boilerplate built with Electron, React, Redux, and Webpack, featuring Babel, HMR, Loadables, Dynamic Reducer Injection, Selectors, and Code Splitting.
Redux Reducers, Actions, and Generators: Simplified!
By default, Redux uses a single global store. For small to medium-scale applications, this is generally not an issue and doesn’t affect performance. However, for large-scale applications, this can become a problem because the initial load time can be slow due to all reducers being loaded at once.
Advanced and highly scalable boilerplate built for web using React v16, Redux v4, Webpack v4 {HMR, Helmet, Loadables, Dynamic Reducer Injection, Selectors, Code splitting}
Dynamic Redux reducers
Add a description, image, and links to the dynamic-reducers topic page so that developers can more easily learn about it.
To associate your repository with the dynamic-reducers topic, visit your repo's landing page and select "manage topics."