Skip to content

Commit dd05106

Browse files
authored
redux-dynamic-modules : Outdated Module (#4461)
1 parent 4b89e8e commit dd05106

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/usage/CodeSplitting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,4 @@ To remove a reducer, one can now call `store.reducerManager.remove("asyncState")
158158

159159
There are a few good libraries out there that can help you add the above functionality automatically:
160160

161-
- [`redux-dynamic-modules`](https://github.com/Microsoft/redux-dynamic-modules):
162-
This library introduces the concept of a 'Redux Module', which is a bundle of Redux artifacts (reducers, middleware) that should be dynamically loaded. It also exposes a React higher-order component to load 'modules' when areas of the application come online. Additionally, it has integrations with libraries like `redux-thunk` and `redux-saga` which also help dynamically load their artifacts (thunks, sagas).
163161
- [Redux Ecosystem Links: Reducers - Dynamic Reducer Injection](https://github.com/markerikson/redux-ecosystem-links/blob/master/reducers.md#dynamic-reducer-injection)

0 commit comments

Comments
 (0)