- React
- ReactiveConf
- 2017
- Reactive Programming with RxJS
Reactive Programming with RxJS
Shmuela Jacobs at ReactiveConf 2017
Reactive programming is perfect for some use cases in web development. For instance, Angular’s HTTP module transforms HTTP requests to RxJS Observables by default. If you enjoy using Lodash or Underscore, think of RxJS as their async version. What does this mean? What are Observables? How should you chain HTTP requests the RxJS way? This and more will be presented and show cased in on an Angular Application.