Re-RxJS

Re-RxJS Logo

React bindings for RxJS


[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) Main features ------------- - :cyclone: Truly Reactive - :zap: Highly performant and free of memory-leaks - :twisted_rightwards_arrows: First class support for React Suspense - :scissors: Decentralized and composable, thus enabling optimal code-splitting - :microscope: Tiny and tree-shakeable - :muscle: Supports TypeScript ## Examples - [This is a contrived example](https://codesandbox.io/s/crazy-wood-vn7gg?file=/src/fakeApi.js) based on [this example](https://reactjs.org/docs/concurrent-mode-patterns.html#reviewing-the-changes) from the React docs. ## Docs ```tsx const [useDocs] = connectObservable(NEVER) function Docs() { const docs = useDocs() return
{docs}
} function App() { return ( <>

Docs

Comming soon...}> ) } ``` Now seriously: they are coming soon, for real! ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Josep M Sobrepere

πŸ’» πŸ€” 🚧 ⚠️ πŸ‘€

VΓ­ctor Oliva

πŸ€” πŸ‘€ πŸ’» ⚠️

Ed

🎨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!