redux-dynamic-modules icon indicating copy to clipboard operation
redux-dynamic-modules copied to clipboard

Modularize Redux by dynamically loading reducers and middlewares.

Results 81 redux-dynamic-modules issues
Sort by recently updated
recently updated
newest added

In relation to React props should not do anything special with `children` and DefinitelyTyped have updated the react types to v18 https://github.com/DefinitelyTyped/DefinitelyTyped/issues/59802

Hello! Does the library provide support for loading nested reducers? Suppose i have a store structure like this { auth, me: { counters, orders } } I want to load...

It is using lodash.set. `reducerMap` keys can now specify a nested path using a syntax like `{ 'foo.bar': reducer }`.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

#192 fixes TS errors since DefinitelyTyped updated react types to v18.

Hi there! I really like this library - and I also really like [redux-persist](https://github.com/rt2zz/redux-persist) which allows to save parts of the store to local storage. Unfortunately both this module and...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

I wanted to get rid of the any's on the reducerMaps when I was looking to consume this as part of a project I'm working on. (If there is anything...