# rekit-template **Repository Path**: dc_teach/rekit-template ## Basic Information - **Project Name**: rekit-template - **Description**: 使用rekit脚手架创建的项目模板 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-16 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 目录 #### 页面开发顺序 首页=>分类=>购物车(占位)=>个人中心=>详情=>登录=>购物车=>提交订单=>订单列表=>订单详情 #### [react 基本语法](https://www.jianshu.com/p/13a268a2f8f1) #### [使用 rekit 脚手架创建项目](https://www.jianshu.com/p/079f024a7ea0) 1. 创建 feature(相当于某一个模块) 2. 创建组件 - 容器组件 - 视图组件 - 移植静态页面 3. 发送请求 4. 渲染页面 3) 路由 react-router-dom - [文档地址](https://reacttraining.com/react-router/web/guides/philosophy) - Link - 参数 - 动态路由 4) redux - state - action - reducer - 容器组件和视图组件 - [一个 redux 例子](https://www.jianshu.com/p/7a596ed03683) #### 具体业务 1. 底部 tab 栏父子通信 2. 渲染子路由组件 this.props.children