1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

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

This commit is contained in:
CHAKKA PHANI SIMHA
2022-10-09 06:38:30 +05:30
committed by GitHub
parent 402266b7bf
commit 92401e3cc4

View File

@@ -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.