1.2.2 • Published 2 years ago
thunder-react-app v1.2.2
本项目是一个用于快速创建 react 项目的脚手架。由于在学习 react 的过程中感受到 react 生态的繁杂,于是开发了该脚手架。目前支持一键创建 react @redux-toolkit react-redux react-router 配置文件并生成对应目录结构,采用 vite 构建工具。
1.2.1 新增并行请求功能,速度降低至 300ms 以内!!!
使用方式
thunder-react-app 提供两种模式,simple 和 customlize:
simple 默认集成 react react-dom @redux-toolkit react-router,有 js 和 ts 选项
customlize 提供 react-redux mobx redux-saga redux-thunk redux-promise 选择
(本人学生党,目前学校事情较多,等有空了就把上面划掉的全补回来~)
使用方法:npx thunder-react-app package-name
即可快速使用!不推荐使用 npm install