创建新的React项目

1
npx create-react-app new-app-name

推荐安装的库:

  • 常用工具库:lodash
  • 类名书写简化库:classNames
  • 生成唯一标识库:uuid
  • 接口请求:axios
  • 状态管理:@reduxjs/toolkit
  • 路由:react-router-dom