
Redux Made Easy with Rematch
By :

In this chapter, we learned how to gradually adopt TypeScript with an existing code base built with React. We also learned how Rematch exports some utility types to make things easier and we reviewed how migrating a project to TypeScript gives us a lot of benefits that make the effort associated with migrating the project to TypeScript worthwhile.
In the next chapter, we are going to create a React Native application from scratch, which will be a shop application with a common data layer. This means that we're going to build an Amazhop application for Apple and Android that will share the data layer with the Amazhop website. Instead of writing two pieces of business logic, we're just going to share the Amazhop implementation through NPM modules.