You can visit the project at the following link: React Projects in Netlify
-
Create project:
$: pnpm create vite {00-Project_Name} --template react-ts
-
Install project libraries:
$: pnpm install
-
Execute project in dev mode:
$: pnpm dev
-
Build deploy project:
$: pnpm build
-
useState
: -
useEffect
and Conditional Rendering: -
Forms:
-
useRef
: -
useContext
: -
useReducer
anduseContext
: -
React Router and
useCallback
: -
Advanced Projects: