Summary
In this chapter, we have learned how to set up any Yarn workspace architecture and how it works internally. Also, we looked at React Native and Expo and how Rematch can ship totally framework-agnostic business logic that can be reused anywhere. Now you'll be able to create any monorepo architecture from scratch and ship framework-agnostic business logic with tools such as Tsdx and NPM. Also, you'll be able to create any React or React Native application or website using best practices and Rematch as the global state management solution.
In the next chapter, we'll analyze some of the most common performance optimizations we can apply to Rematch and React. We'll learn how to measure and, even better, how to prevent performance problems using the best techniques of caching, batching, and virtualizing.