activechild / Mastering-Reactive-JavaScript

Mastering Reactive JavaScript, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering Reactive JavaScript

This is the code repository for Mastering Reactive JavaScript, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

The book starts with the basics of reactive programming, what Reactive Extensions is, and how can you use it in JavaScript along with some reactive code using Bacon. Next, you’ll discover what an Observable and an Observer are and when to use them. You'll also find out how you can query data through operators, and how to use schedulers to react to changes.

Moving on, you’ll explore the RxJs API, be introduced to the problem of data traffic (backpressure), and see how you can mitigate it. You’ll also learn about other important operators that can help improve your code readability, and you’ll see how to use transducers to compose operators.

At the end of the book, you’ll get hands-on experience of using RxJs, and will create a real-time web chat using RxJs on the client and server, providing you with the complete package to master RxJs.

Instructions and Navigation

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

function hello(){
 console.log(“Hello World”);
}

All you need to follow this book is a computer with a version of Node greater than 6 installed. All software mentioned in this book is free of charge and can be downloaded from the Internet.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Mastering Reactive JavaScript, published by Packt

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%