josepot / rereducer

Create declarative redux reducers without boilerplate.
MIT License
13 stars 1 forks source link

[TYPINGS] Path helpers #29

Closed josepot closed 5 years ago

josepot commented 5 years ago

I also wanted to add proper typings for the innerReducer and outerReducer enhancers, but I gave up... I will leave it in the hands of the TS master (AKA @voliva ) 😄

Also, if anyone in the future looks at this commit and thinks that this is awesome. I want to make it very clear that almost of the credit of the work in this commit belongs to @voliva . He is the one behind all the relevant breakthroughs... Every time that I got stuck with something, he was the one that came up with a brilliant solution.