2020-06-15 01:37:26 +02:00
2020-06-15 01:37:26 +02:00
2020-06-15 01:37:26 +02:00
2020-05-04 03:24:58 +02:00
2020-06-15 01:37:26 +02:00
2020-05-04 03:24:58 +02:00
2020-05-04 03:24:58 +02:00
2020-06-12 00:24:47 +02:00
2020-06-15 01:37:26 +02:00
2020-05-04 03:24:58 +02:00

Re-RxJS Logo Re-RxJS: React bindings for RxJS

All Contributors

  • 🌀 Truly Reactive
  • 🔀 First class support for React Suspense
  • ✂️ Decentralized and composable, thus enabling optimal code-splitting
  • Highly performant (while avoiding memory leaks)
  • 🔬 Tiny and tree-shakeable

Examples

Docs

const useDocs = connectObservable(NEVER)

function Docs() {
  const docs = useDocs()
  return <pre>{docs}</pre>
}

function App() {
  return (
    <>
      <h1>Docs</h1>
      <Suspense fallback={() => <span>Comming soon...</span>}>
        <Docs />
      </Suspense>
    </>
  )
}

Now seriously: they are coming soon, for real!

Contributors

Thanks goes to these wonderful people (emoji key):


Josep M Sobrepere

💻 🤔 🚧 ⚠️

Víctor Oliva

🤔 👀

Ed

🎨

This project follows the all-contributors specification. Contributions of any kind welcome!

Description
React bindings for RxJS
Readme MIT 6.4 MiB
Languages
TypeScript 99.3%
JavaScript 0.7%