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.