Skip to content

aparticka/redux-immutable-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-immutable-utils

build status

Utilities for using Immutable with Redux

combineReducers(reducers)

Makes no assumptions about your reducers and combines them into an Immutable Map.

import * as reducers from './reducers';

const reducer = combineReducers(reducers);

About

Utilities for using Immutable with Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published