Chapter 2: Why Rematch over Redux? An Introduction to Rematch Architecture
In this chapter, we'll briefly analyze the reasons why Rematch was created. We'll also see how Rematch works internally and how it's possible to reduce Redux boilerplate with Rematch. We'll learn how Rematch, despite being less than 2 kilobytes in size, can reduce the code that we need to set up Redux by 90%.
This chapter is important for understanding the key concepts of Rematch that we'll be looking at in the next few chapters.
In this chapter, we will cover the following topics:
- Why Rematch?
- How does Rematch work?
By the end of this chapter, you will be able to understand any Rematch concept as well as understand why Rematch was created and how the developer experience gets improved by using the latest JavaScript features.