From 99cc36406ac8f0b60445ceb5c4ed0149ba7c7734 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:33:27 -0400 Subject: [PATCH] docs(angular): add resources to rxjs basics (#6919) --- .../angular/content/rxjs-basics@lfp7PIjwITU5gBITQdirD.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/roadmaps/angular/content/rxjs-basics@lfp7PIjwITU5gBITQdirD.md b/src/data/roadmaps/angular/content/rxjs-basics@lfp7PIjwITU5gBITQdirD.md index 3ca9f0a6a..9178dfa11 100644 --- a/src/data/roadmaps/angular/content/rxjs-basics@lfp7PIjwITU5gBITQdirD.md +++ b/src/data/roadmaps/angular/content/rxjs-basics@lfp7PIjwITU5gBITQdirD.md @@ -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) \ No newline at end of file