Code splitting and reducer injection
-
Updated
Dec 11, 2019 - JavaScript
Code splitting and reducer injection
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.
Add a description, image, and links to the reducer-injection topic page so that developers can more easily learn about it.
To associate your repository with the reducer-injection topic, visit your repo's landing page and select "manage topics."