lore-hook-redux
Generates the Redux Store from all the reducers
Generates the Redux Store from all the reducers
First install the hook:
npm install lore-hook-redux --save
Then add the hook to your index.js
file.
// index.js
import redux from 'lore-hook-redux';
import reducers from 'lore-hook-reducers';
lore.summon({
hooks: {
redux,
reducers
}
});