随笔分类 -  React

Warning: Encountered two children with the same key
摘要:react当中列表渲染key重复的问题 阅读全文
posted @ 2022-02-15 15:40 谢晨锋
搭建React工程
摘要:全局安装 npm i -g create-react-app 新建react工程 create-react-app 项目名称 进入工程,准备启动工程 cd reactproject 运行工程 npm start 阅读全文
posted @ 2021-06-25 11:34 谢晨锋
type="text/babel"
摘要:使用babel将jsx解析成js语言 阅读全文
posted @ 2021-06-16 19:38 谢晨锋