/joedux

A subset of Redux to help illustrate some of its functionality.

Primary LanguageJavaScript

Currently just supports combineReducers and createStore. The returned store should have identical behavior (minus typechecking, warnings etc.). If you only use the functions just mentioned, you should be able to swap Redux out for this and see no difference.