react-recomponent icon indicating copy to clipboard operation
react-recomponent copied to clipboard

🥫 Reason-style reducer components for React using ES6 classes.

Results 3 react-recomponent issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted
good first issue

- 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...