DEV Community

Discussion on: What React RxJS libs do You Use?

Collapse
 
kosich profile image
Kostia Palchyk • Edited

Some honorable mentions:

<Stream source={source$}>
  {values => <div>{values.message}</div>}
</Stream>

  • refract

Handle your component effects and side-effects in a clear and declarative fashion by using asynchronous data streams (reactive programming).

github.com/fanduel-oss/refract


Cool "implement it from scratch" tutorial on using React with RxJS