Added content for the readme.md file of 101-rxjs-basics (#2300)

pull/2281/head^2
CHAKKA PHANI SIMHA 2 years ago committed by GitHub
parent 402266b7bf
commit 92401e3cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/104-angular/content/101-rxjs-basics/readme.md

@ -1 +1,5 @@
# Rxjs basics
# 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.

Loading…
Cancel
Save