Book description
Upgrade your skillset, succeed at work, and above all, avoid the many headaches that come with modern front-end development. Simplify your codebase with hands-on examples pulled from real-life applications. Master the mysteries of asynchronous state management, detangle puzzling race conditions, and send spaceships soaring through the cosmos. When you finish this book, you'll be able to tame the wild codebeasts before they ever get a chance to wreck your day.
The front-end world can be fraught with complexity. The RxJS library offers a solution: Observables. Observables merge other JavaScript asynch mechanisms such as callbacks and promises into a new way of looking at data. Instead of dealing with objects and keeping track of their state, Observables view asynchronous events as a stream. RxJS provides you the tools to manage, manipulate, and process Observables to simplify and speed up your front-end applications.
Never fear, you're in exactly the right place. Don't worry about getting stuck in a mire of theory. Start off with the basics, building small applications that illustrate deeper points. Take those building blocks and apply them to much more complex problems like handling asynchronous state and dodging race conditions before they happen. Once you've got a handle on complex problems, take a leap into architecture, discovering how to structure an Observable-based application both without a framework and in the land of Angular 2. After mastering Observables, switch gears to building a canvas-based game, demonstrating your deep understanding of the flexibility of Observables.
Master the Observable with RxJS, and make your asynchronous JavaScript code that much cleaner and simpler.
What You Need:
Any major browser and text editor, as well as the current versions of git, NodeJS, and npm.
Publisher resources
Product information
- Title: Build Reactive Websites with RxJS
- Author(s):
- Release date: December 2018
- Publisher(s): Pragmatic Bookshelf
- ISBN: 9781680502954
You might also like
book
Reactive Programming with Angular and ngrx: Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions
Manage your Angular development using Reactive programming. Growing in popularity and now an essential part of …
book
Reactive Programming with RxJS 5
Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to …
book
Pro Angular 9: Build Powerful and Dynamic Web Apps
This book has accompanying online files for Angular 9, 10 and 11; all examples in the …
book
Java™ Message Service API Tutorial and Reference: Messaging for the J2EE™ Platform
provides a clear and complete introduction to the Java™ Message Service (JMS) API. This book illustrates …