React
Overview

React Exercises

Setup

For testing the react components properly you should create a vite project and code each of the components in its own file and then import them in the main app.tsx to test them.

Make sure to have read typescript before, as you will almost always work with react typescript codebases.

pnpm create vite-app --template react-swc-ts