/combine-reducers

A TDD attempt at rewriting the Redux combineReducers function from first principles

Primary LanguageTypeScript

combine-reducers

This repo is meant to reproduce the behavior of the Redux combineReducers function, TDD-ing from first principles. I have a specific project, cicero, to use it with.