# react-jianshu **Repository Path**: alanhaledc/react-jianshu ## Basic Information - **Project Name**: react-jianshu - **Description**: 使用 React 构建简书首页 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-jianshu > 使用 React 实现简书首页 ### 技术栈 **React + React-Router + Redux(MobX) + TypeScript** ### 构建 ```bash # install dependencies yarn # serve with hot reload at localhost:3000 yarn start # build for production env yarn build # serve for production env node prod.server.js ``` ### 分支版本信息 - [Hooks + MobX + TS 版本](https://github.com/haledc/react-jianshu/tree/hook-mobx-ts) - [Hooks + Redux + Saga + TS 版本](https://github.com/haledc/react-jianshu/tree/hook-redux-saga-ts) - [Hooks + Redux + Saga 版本](https://github.com/haledc/react-jianshu/tree/hook-redux-saga) - [Hooks + Redux + Thunk 版本](https://github.com/haledc/react-jianshu/tree/hook-redux) - [Class + Redux + Thunk 版本](https://github.com/haledc/react-jianshu/tree/class-redux)