Skip to content

iamcco/redux-async-combine-reducers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async add reducers for code splitting

import asyncCombineReducers from 'redux-async-combine-reducers'
import combineReducers from 'redux'

...

export default asyncCombineReducers(combineReducers)({
	// params as combineReducers
})

example

About

Asynchronous add reducers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published