随笔分类 -  react相关记录

摘要:import React, { Component, Fragment } from 'react' export class Books extends Component { constructor(props){ super(props) this.state = { inputValue:" 阅读全文
posted @ 2022-02-14 16:52 小L同学 阅读(118) 评论(0) 推荐(0)
摘要:一. react项目搭建 技术点: React + antd + typescript 创建项目: yarn create react-app myapp 引入antd: yarn add antd 引入typescript yarn add typescript @types/node @type 阅读全文
posted @ 2021-08-04 15:14 小L同学 阅读(78) 评论(0) 推荐(0)