Skip to content

v1.0.0

Compare
Choose a tag to compare
@BenLorantfy BenLorantfy released this 23 Sep 14:29
· 26 commits to master since this release
ed31c50

馃帀This is our first release of the redux-injectors project 馃帀

As some background, redux-injectors was created by pulling out the injectors-related code from the main react-boilerplate repository.

This library lets you dynamically load redux reducers and redux-saga 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 allows more effective use of code-splitting.

  • You can read more about the motivation behind this library here
  • And the initial issue leading to the creation of this library here
  • And the api reference docs here