react-recomponent
react-recomponent copied to clipboard
🥫 Reason-style reducer components for React using ES6 classes.
It would be great to have a couple of example apps, similar to [Redux](https://github.com/reduxjs/redux/tree/master/examples) and co. inside an `examples` folder in the repo.
- the class can be abstract - it will be more type-safe because you can't pass generic types to static methods in typescript. - you won't have to pass `this`...
This is an RFC, what do you think if we use flow for the whole `react-recomponent` codebase including tests? This would eliminate the need for maintaining the flow types separately...