Redux Injectors
Last updated
Was this helpful?
Last updated
Was this helpful?
is an official react-boilerplate
companion library. We built it so that it can be used and maintained independently from react-boilerplate
. It allows you to dynamically load reducers and sagas as needed, instead of loading them all upfront. This has some nice benefits, such as avoiding having to manage a big global list of reducers and sagas. It also facilitates more effective use of .
You can find the main repo for the library and read the docs .