# custom-components **Repository Path**: zheng_yi_xing/custom-components ## Basic Information - **Project Name**: custom-components - **Description**: react组件开发练习 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2023-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # custom-components **react组件开发** # react v18全家桶 _node v14.17.0版本_ **包含以下插件** > * react 18.x > * react-router-dom 6.x > * mobx v6、mobx-react-lite > * ahooks 3.x > * sass 1.6x > * antd 5.x > * axios 1.3.x > * exlint prettier > * crypto-js 4.x > * react-custom-scrollbars 4.x **组装好的功能:** > package文件homepage路径配置,保证打包后资源访问正确 > css modules样式使用 > **状态管理在store中配置使用** > **antd全局配置、主题配置、全局loading在AntdConfig组件中** > **axios请求封装在api目录下、包括loading显示、请求拦截处理等功能** > **RouteBox为项目路由配置文件** > exlint prettier已配置,参考 https://www.cnblogs.com/sjie/p/17001320.html > utils/cache封装缓存操作方法 > **全局样式在assets/style/index.scss文件** >