Skip to content

Commit

Permalink
[Docs] Add Redux Eggs to CodeSplitting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed Dec 6, 2021
1 parent 1307b63 commit 062b6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage/CodeSplitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@ There are a few good libraries out there that can help you add the above functio

- [`redux-dynamic-modules`](https://github.com/Microsoft/redux-dynamic-modules):
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).
- [Redux Eggs](https://github.com/fostyfost/redux-eggs):
It is a monorepository that contains packages that allow you to easily split your Redux store into separate parts (`eggs`), and then dynamically add and remove them when you need it.
- [Redux Ecosystem Links: Reducers - Dynamic Reducer Injection](https://github.com/markerikson/redux-ecosystem-links/blob/master/reducers.md#dynamic-reducer-injection)

0 comments on commit 062b6c1

Please sign in to comment.