2020-06-16 03:41:21 +02:00
2020-06-16 03:41:21 +02:00
2020-05-04 03:24:58 +02:00
2020-06-15 02:43:37 +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-16 02:01:06 +02:00
2020-06-16 02:01:06 +02:00
Fix docs 🙈
2020-06-16 02:41:11 +02:00
2020-05-04 03:24:58 +02:00

Re-RxJS

Re-RxJS Logo

React bindings for RxJS


All Contributors

Main features

  • 🌀 Truly Reactive
  • Highly performant and free of memory-leaks
  • 🔀 First class support for React Suspense
  • ✂️ Decentralized and composable, thus enabling optimal code-splitting
  • 🔬 Tiny and tree-shakeable
  • 💪 Supports TypeScript

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%