React 2020年9月入门指南

嗯,想学习 React 吗?Create React App绝对是一个不错的入门工具。它能你快速构建 React 应用,省去不少配置的麻烦。只需要运行yarn start,就能在开发模式下启动应用,实时预览你的修改。而且,yarn test还能启动测试,确保你的代码健壮。如果你准备好上线了,使用yarn build可以为生产环境优化你的应用。yarn eject则是个“有点危险”的功能,只有在你真的需要自定义配置时才用。,如果你是新手,Create React App的确是一个挺友好的选择,让你能写代码而不是配置环境。

zip
awesome-answers-react-september-2020-main.zip 预估大小:37个文件
folder
awesome-answers-react-september-2020-main 文件夹
file
.gitignore 323B
file
package.json 889B
file
package-lock.json 629KB
folder
src 文件夹
folder
components 文件夹
file
QuestionDetails.js 922B
file
SignInPage.js 830B
file
AnswerList.js 666B
file
NewQuestionForm1.js 837B
file
QuestionNewPage.js 684B
file
Navbar.js 638B
file
CurrentDateTime.js 522B
file
NotFoundPage.js 97B
file
CurrentDateTime1.js 1008B
file
Counter.js 2KB
file
NewQuestionForm.js 1KB
file
AnswerDetails.js 610B
file
AuthRoute.js 557B
file
Pokemon.js 576B
file
FormErrors.js 603B
file
QuestionShowPage.js 2KB
file
QuestionIndexPage.js 2KB
file
qData.js 3KB
file
index.js 747B
file
App.js 3KB
file
reportWebVitals.js 362B
file
questionData.js 2KB
file
requests.js 2KB
file
index.css 366B
folder
styles 文件夹
file
App.css 25B
file
shallowCopy.js 310B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
file
README.md 3KB
file
yarn.lock 492KB
zip 文件大小:387.53KB