Section 2: Building Real-World Web Apps with Rematch
On completion of this part, you will be able to create a shopping store website built with React, Tailwind, and Vite, where you'll be able to list products infinitely, add them to a shopping cart, and implement a search by product name feature. Also, you'll be able to test all these features with testing frameworks such as Jest and React Testing Library. You'll also learn which Rematch plugins can be added to this website and how they work internally.
In this section, we include the following chapters:
- Chapter 5, React with Rematch – The Best Couple – Part I
- Chapter 6, React with Rematch – The Best Couple – Part II
- Chapter 7, Introducing Testing to Rematch
- Chapter 8, The Rematch Plugins Ecosystem