[TOC]
- Title: React Js Development 2024
- Review Date: Sun, Jan 21, 2024
- url:
React JS development (Typescript + Vite + React)
VSC extension
- ES7 + React
- NPM support for VS Coe
- Vite
- JavaScript and TypeScript
Init
|
|
- add path hint in tsconfig
- add resolve alias @ in vite.config.ts
Things to remember
- how to import module rather than global import
- think about what you want to show, layout and data
- think about nested route
- think about how to CURD with database