Technical requirements
To follow along with this chapter, you will need the following:
- Basic knowledge of Vanilla JavaScript and ES6 features
- Basic knowledge of TypeScript
- Basic knowledge of React Native
- Node.js >= 12 installed
- 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:
- React Native application: https://github.com/PacktPublishing/Redux-Made-Easy-with-Rematch/tree/main/packages/chapter-11.
- Distributable business logic: https://github.com/PacktPublishing/Redux-Made-Easy-with-Rematch/tree/main/packages/shared-logic.