randallknutson / redux-injector

Allows dynamically injecting reducers into a redux store at runtime
59 stars 14 forks source link

redux-sagas-injector #2

Open GuillaumeCisco opened 7 years ago

GuillaumeCisco commented 7 years ago

Hey there,

Thanks for this amazing lib, and especially the recursive reducer injection :tada:

I'm using redux-sagas too, and I've created a lib for loading sagas asynchronously, it uses redux-injector as a dependency for creating the store.

It can be found here: https://github.com/GuillaumeCisco/redux-sagas-injector

An exemple is available in the README :champagne:

randallknutson commented 7 years ago

That's awesome! Creating a sagas injector was on my todo list but I hadn't done it yet. Great job!