Added content for the readme.md file of 101-rxjs-basics (#2300)
parent
402266b7bf
commit
92401e3cc4
1 changed files with 5 additions and 1 deletions
@ -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…
Reference in new issue