rxreact / core

Typescript based RX bindings for React
MIT License
41 stars 5 forks source link

Usage with react hooks #74

Open allforabit opened 4 years ago

allforabit commented 4 years ago

I saw the talk on this and related libraries recently and was really impressed by the ideas presented. (https://www.infoq.com/presentations/rxjs-front-end/) It really nails some ideas that I've had wrt to how rx integrates with react as well as the downsides of the likes of redux.

I'm just wondering if there has been any thoughts on how it might integrate with react hooks? Or are there any plans to update the library to accommodate this. An interesting library in this space is https://github.com/crimx/observable-hooks. Perhaps this fulfills a similar roll to rxreact/core?