Technical requirements
To follow along with this chapter, you will need the following:
- Basic knowledge of Vanilla JavaScript and ES6 features
- Basic knowledge of HTML5 features
- Node.js >= 12
- Basic knowledge of React and CSS
- A browser (Chrome or Firefox, for instance)
- A code editor (Visual Studio Code, for instance)
You can find the code for this chapter in the book's GitHub repository: https://github.com/PacktPublishing/Redux-Made-Easy-with-Rematch/tree/main/packages/chapter-8.
To get started with this chapter, we'll use the application we implemented in Chapter 6, React with Rematch - The Best Couple - Part II, as a template to add our Rematch plugins. This chapter will give you an understanding of how Rematch plugins work and how to add them to any Rematch application.