RxJS in Action

RxJS in Action

English | 2017 | ISBN: 978-1617293412 | 352 Pages | PDF, EPUB | 10 MB

RxJS in Action gives you the development skills you need to create reactive applications with RxJS. This book is full of theory and practical examples that build on each other and help you begin thinking in a reactive manner. Foreword by Ben Lesh, Project lead, RxJS 5.
On the web, events and messages flow constantly between UI and server components. With RxJS, you can filter, merge, and transform these streams directly, opening the world of data flow programming to browser-based apps. This JavaScript implementation of the ReactiveX spec is perfect for on-the-fly tasks like autocomplete. Its asynchronous communication model makes concurrency much, much easier.
RxJS in Action is your guide to building a reactive web UI using RxJS. You’ll begin with an intro to stream-based programming as you explore the power of RxJS through practical examples. With the core concepts in hand, you’ll tackle production techniques like error handling, unit testing, and interacting with frameworks like React and Redux. And because RxJS builds on ideas from the world of functional programming, you’ll even pick up some key FP concepts along the way.
What’s Inside

  • Building clean, declarative, fault-tolerant applications
  • Transforming and composing streams
  • Taming asynchronous processes
  • Integrating streams with third-party libraries
  • Covers RxJS 5
Homepage