From 92401e3cc401f26f5e91839e80b5623b38b5dd3a Mon Sep 17 00:00:00 2001 From: CHAKKA PHANI SIMHA <92540986+c1phani1simha@users.noreply.github.com> Date: Sun, 9 Oct 2022 06:38:30 +0530 Subject: [PATCH] Added content for the readme.md file of 101-rxjs-basics (#2300) --- .../roadmaps/104-angular/content/101-rxjs-basics/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/104-angular/content/101-rxjs-basics/readme.md b/content/roadmaps/104-angular/content/101-rxjs-basics/readme.md index d0969160e..3ca9f0a6a 100644 --- a/content/roadmaps/104-angular/content/101-rxjs-basics/readme.md +++ b/content/roadmaps/104-angular/content/101-rxjs-basics/readme.md @@ -1 +1,5 @@ -# Rxjs basics \ No newline at end of file +# RxJS Basics + +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.