brunoparga / combine-reducers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 80.6%Language:JavaScript 19.4%