This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
web0715
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
master
Branches
Tags
master
web0715
/
16.react
/
react高阶
/
1.归纳.md
1.归纳.md
260 B
Lien permanent
Historique
Raw
安装react脚手架
npm install create-react-app -g
安装命令
npx create-react-app 项目(小写)
npx 与 npm 区别
npx: 放到磁盘内 npm: 放到内存中
Hook遵循的规范
必须在顶部进行使用
必须在函数组件内使用