Technical requirements
To follow along with this chapter, you will need the following:
- Basic knowledge of Vanilla JavaScript and ES6 features
- Basic knowledge of HTML5 features
- Node.js >= 12
- 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: https://github.com/PacktPublishing/Redux-Made-Easy-with-Rematch/tree/main/packages/chapter-9.
To get started with this chapter, we're going to use a different approach to what we did in previous chapters where we built a complete application. In this case, we're going to build a small library that is going to be published to NPM, for further usage in our Amazhop web application.