Summary
In this chapter, we have learned how to create an amazing, complete, Amazon-like application. We have also learned how Rematch affects work in real API requests, how we can design, analyze, and start developing some client requirements, and, most importantly, how Rematch architecture makes developing any application easy and predictable.
Now, we'll be able to create any application with Rematch and React with side effects, including carrying out the first steps of analyzing our clients' requirements, converting them to mockups, and then creating our application without any business logic with just styles, and then adding the layer of business logic and connecting this logic to the components. We also saw how to build an application to a single-page application and test Lighthouse performance, and what our application looks like in production mode.
In the next chapter, we'll learn how to integrate Jest and the React Testing Library in this application. We...