https://github.com/pofigizm/redux-dynamic
Allow add or remove redux modules dynamically
https://github.com/pofigizm/redux-dynamic
async chunk code-splitting dynamic loadable modules redux
Last synced: 5 months ago
JSON representation
Allow add or remove redux modules dynamically
- Host: GitHub
- URL: https://github.com/pofigizm/redux-dynamic
- Owner: pofigizm
- License: mit
- Created: 2018-10-07T14:31:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T11:35:01.000Z (almost 5 years ago)
- Last Synced: 2025-05-04T06:32:22.610Z (5 months ago)
- Topics: async, chunk, code-splitting, dynamic, loadable, modules, redux
- Language: JavaScript
- Size: 250 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# redux-dynamic
[](https://www.npmjs.com/package/redux-dynamic)
[](https://www.npmjs.com/package/redux-dynamic)Allow add or remove redux modules dynamically (for example: on route change).
```
npm install --save redux-dynamic
```## Example
[base example](https://github.com/pofigizm/redux-dynamic/tree/master/example)
[only diff to base react app](https://github.com/pofigizm/redux-dynamic/commit/e517ff64a05aad8a118f0ca5e04d4df2b2c8890c)