An open API service indexing awesome lists of open source software.

https://github.com/mbret/reactjrx

Query + State + Binding for RxJS
https://github.com/mbret/reactjrx

query react rxjs state

Last synced: 3 months ago
JSON representation

Query + State + Binding for RxJS

Awesome Lists containing this project

README

          

# reactjrx

Innovative library designed to bridge RxJS and frontend library / frameworks, offering developers a powerful set of tools to integrate observables into their React, Svelte or other applications seamlessly.

**Only React is supported at the moment**

It simplifies the reactive programming approach by providing easy-to-use bindings for observing and reacting to data changes, coupled with advanced state management and queries helpers akin to `react-query` for handling effects, mutations, and asynchronous data fetching.

Tailored for projects where RxJS is a core dependency, `reactjrx` enhances the development experience by enabling more dynamic, efficient, and responsive UIs, making it an essential addition for developers looking to leverage the full potential of RxJS within their React applications.

Please visit the [documentation](https://bret-maxime.gitbook.io/reactjrx/) for more information on how to use.