1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

docs(angular): add resources to rxjs basics (#6919)

This commit is contained in:
J. Degand
2024-09-01 00:33:27 -04:00
committed by GitHub
parent 0b4a28050b
commit 99cc36406a

View File

@@ -3,3 +3,10 @@
Reactive Extensions for JavaScript, or RxJS, is a reactive library used to implement reactive programming to deal with async implementation, callbacks, and event-based programs.
The reactive paradigm can be used in many different languages through the use of reactive libraries. These libraries are downloaded APIs that provide functionalities for reactive tools like observers and operators. It can be used in your browser or with Node.js.
Visit the following resources to learn more:
- [@official@RxJS Docs](https://rxjs.dev/guide/overview)
- [@article@Learn RxJS](https://www.learnrxjs.io/)
- [@article@RxJs and Observables for Beginners: A Beginner Friendly Introduction](https://blog.angular-university.io/functional-reactive-programming-for-angular-2-developers-rxjs-and-observables/)
- [@video@Beginner's RxJS Tutorial: Dive Deep with RxJS Crash Course!](https://www.youtube.com/watch?v=yJdh1_FbtjU)