Redux Injectors
redux-injectors
is an official react-boilerplate
companion library. It was built 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.
You can find the main repo for the library here and read the docs here.
Usage
Note: Importing redux-injectors
from utils/redux-injectors
will add extra type-safety.
Last updated