react projects:学习做出React并尝试如何制作小型项目以测试我所理解和改进的方式 源码
在所需的端口上运行React 创建一个.env文件,并将任意数字初始化为EG,PORT。 端口= 4000 React项目 学习做出React,并尝试如何制作小型项目,以测试我所理解和改进的方式 编写组件的两种方法 基于函数和基于类的注意:函数是轻量级的,从16.8开始,react提供了钩子,使其像类组件一样超级强大 useState:始终返回两个元素 The first element is the state, the second element is the function which allows state to modify or mutate Some Pros and Cons :fire: E.g state = { persons : [ { name : "Girish" , age : 28 } , { name : "Dexter" , age :
文件列表
react-projects-main.zip
(预估有个21文件)
react-projects-main
udemy-course
src
Validate.js
345B
index.css
366B
components
Persons
Persons.js
351B
Person
Person.js
676B
暂无评论