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: -
useEffectand Conditional Rendering: -
Forms:
-
useRef: -
useContext: -
useReduceranduseContext: -
React Router and
useCallback: -
Advanced Projects: