文件名称:高级React打字稿
文件大小:186KB
文件格式:ZIP
更新时间:2024-03-12 06:34:23
HTML
高级React打字稿 使用npx create-react-app [name] --template typescript创建一个新项目npx create-react-app [name] --template typescript 道具和类型 父母将为孩子提供道具 定义孩子期望收到的道具的接口 通过打字稿进行检查: 在家长中展示时,我们会为孩子提供正确的道具吗? 我们在Child中使用正确命名的+类型道具吗?
【文件预览】:
advanced-react-typescript-master
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----src()
--------index.tsx(180B)
--------props()
--------react-app-env.d.ts(40B)
----tsconfig.json(535B)
----README.md(404B)
----.gitignore(310B)
----package-lock.json(673KB)
----package.json(984B)