Part 2. Core concepts

 

This part of the book explains the concepts at the core of reactive web applications. You’ll start by learning about futures and actors, two concepts used for modelling and manipulating asynchronous computations with failure tolerance in mind. Next you’ll learn how to apply those tools to handle state in reactive applications. Finally you’ll learn how to apply the reactive mindset to user interfaces.