An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# redux-dynamic

[![npm version](https://img.shields.io/npm/v/redux-dynamic.svg?style=flat-square)](https://www.npmjs.com/package/redux-dynamic)
[![npm downloads](https://img.shields.io/npm/dm/redux-dynamic.svg?style=flat-square)](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)