Enables RxJS reactive functions in solidjs completely by VueUse
npm install @solidjs-use/rxjs
> This is an extension of solidjs-use, enabling a natural way of using RxJS.
``bash`
npm i solidjs-use @solidjs-use/rxjs rxjs
- from — / fromEvent
- toObserver — sugar function to convert a ref into an RxJS ObserveruseObservable
- — use an RxJS ObservableuseSubject
- — bind an RxJS Subject to a ref and propagate value changes both waysuseSubscription
- — use an RxJS Subscription` without worrying about unsubscribing from it or creating memory leaks