d3dc / react-rematch

React bindings for Rematch's flavor of Redux
ISC License
3 stars 0 forks source link

Is this production ready? #3

Open linonetwo opened 5 years ago

linonetwo commented 5 years ago

React 16.7.0 is out now.

linonetwo commented 5 years ago

Seems this is not on npm?

d3dc commented 5 years ago

I never published this since I couldn't run my tests with typescript because of problems in @rematch/core typings.

I think the basic code is sound - but I haven't revisited it while trying to fix typings. I played around with a context-based solution over in react-flying-saucer. - the redux bindings and potentially views

Figuring out typings from context is a problem in that project, whereas in this project, all the binding happen at once. I may ultimately revisit this package or make a spin-off to make my typings work.