Skip to content

airtoxin/redux-cirquit-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-cirquit-example

Example project using redux-cirquit

Simple example. The state was managed by singe big object.

Example for realworld. The state was consisting of many sub-reducers. Reducers combined by redux's combineReducers function.

Big difference of single-object-state example is namespace option. Both of createCirquitReducer and createOperation are invoked with namespace option.

TypeScript example.

About

Example project using redux-cirquit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published