摘要:
react的生命周期函数 1. react所有的生命周期函数 https://react.docschina.org/docs/react-component.html 挂载 当组件实例被创建并插入 DOM 中时,其生命周期调用顺序如下: constructor() static getDerive 阅读全文
摘要:
1.(简单了解)类(class)组件的缺点 import React, { Component } from "react"; export default class Button extends Component { constructor() { super(); this.state = 阅读全文
摘要:
1. 认识React React 是一个用于构建用户界面的 JAVASCRIPT 库。 React 起源于 Facebook 的内部项目,用来架设 Instagram 的网站,并于 2013 年 5 月开源。 React 拥有较高的性能,代码逻辑非常简单,越来越多的人关注和使用它; 用vite 搭建 阅读全文