Do you want to use RxJS with React Hooks? Learn how in this video.
The links mentioned in the tutorial:
- https://rxjs.dev/
- https://github.com/tc39/proposal-observable
- https://github.com/LeetCode-OpenSource/rxjs-hooks
RxJS (Reactive Extensions Library for JavaScript) is a useful library for reactive programming. The RxJS documentation uses this definition: "RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code."
Reactive programming is an event-based paradigm that allows us to run asynchronous sequences of events as soon as data is pushed to a consumer.
To learn more about RxJS, check out the following articles:
- How to use RxJS operators to consume Observables in your workflow
- Understanding RxJS observables and why you need them
Click here for the related blog post on using RxJS with React Hooks.
LogRocket on YouTube 🎬
If you enjoy in-depth video tutorials on frontend topics, check out LogRocket's YouTube channel. Make sure to give us a like if you find the video helpful and subscribe to stay updated on when we post new videos.
Top comments (1)
This is an great intro into RxJS + React, thanks. Awesome presentation skills. Who is the author? All we have is their name: Tim.