Reactive Programming With RxJS
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 124 MB | Duration: 10 minutes
Reactive programming is a popular new programming paradigm that makes it easy to code apps and interfaces that respond to dynamically changing data. Now reactive programming has come to JavaScript thanks to the RxJS library. RxJS provides an API for asynchronous programming, using entities called "observables" to store data of any type. View components or other objects can then subscribe to observables to react to changing data.