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
- Host: GitHub
- URL: https://github.com/mbret/reactjrx
- Owner: mbret
- Created: 2023-04-02T18:50:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T13:34:57.000Z (4 months ago)
- Last Synced: 2026-02-21T19:59:11.567Z (4 months ago)
- Topics: query, react, rxjs, state
- Language: TypeScript
- Homepage: https://bret-maxime.gitbook.io/reactjrx/
- Size: 1.71 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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.