Reactive Programming with RxJS Mansilla SergiPaperback
Reactive Programming with RxJS Mansilla SergiPaperback Reactive programming is revolutionary. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type…
Specifikacia Reactive Programming with RxJS Mansilla SergiPaperback
Reactive Programming with RxJS Mansilla SergiPaperback
Reactive programming is revolutionary. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type that substitutes callbacks and promises. It makes asynchronous programming clean, intuitive, and robust.
Manage real-world concurrency and write complex flows of events in your applications with ease. Think about your programs as streams of data that change and adapt to produce what you want. Take advantage of Schedulers to make asynchronous testing easier.
The code in this new edition is completely updated for RxJS 5 and ES6.Create concurrent applications with ease using RxJS 5, a powerful event composition library. Real-world JavaScript applications require you to master asynchronous programming, and chances are that you'll spend more time coordinating asynchronous events than writing actual functionality. This book introduces concepts