Technical requirements
To follow along in this chapter, you’ll need the following:
- Node.js 20+: https://nodejs.org/en
- Npm 8+: Comes with most Node.js installations
- https://parceljs.org/ is used in some examples and has similar platform support to Node.js
- React: React DOM and Formik are installed via npm; an understanding of https://react.dev/ basics in a web context is required
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Javascript-Design-Patterns