Section 1: Rematch Essentials
On completion of this part, you will be able to understand why and how Redux was created. You'll learn what the motivations were for creating Rematch and how it works internally. Also, you'll learn how to create a simple to-do app with Vanilla JavaScript with Redux, and to close the section, you'll migrate that application to Rematch.
In this section, we include the following chapters:
- Chapter 1, Why Redux? An Introduction to Redux Architecture
- Chapter 2, Why Rematch over Redux? An Introduction to Rematch Architecture
- Chapter 3, Redux First Steps – Creating a Simple To-Do App
- Chapter 4, From Redux to Rematch – Migrating a To-Do App to Rematch