An open API service indexing awesome lists of open source software.

https://github.com/ihtml5/react-template

基于react和redux的高扩展性项目架构
https://github.com/ihtml5/react-template

es6 javascript nodejs react react-router redux redux-thunk server template

Last synced: 2 months ago
JSON representation

基于react和redux的高扩展性项目架构

Awesome Lists containing this project

README

          

# react-template

基于react和redux的高扩展性项目架构

![](./doc/assets/i/intro.png)

## 包含的主要功能

1. 集成react生态最常用的库包括react, redux, react-router, react-thunk 等【已完成】
2. 使用redux devtool,react devtool, pref等,提升开发体验【已完成】
3. 服务端渲染【尚未开始】
4. 使用css modules来模块化css【尚未开始】

## 使用方法

1. git clone http://www.github.com/ihtml5/react-template.git
2. cd react-template
3. yarn install/ npm install
4. yarn start/ npm start
4. cd client
5. yarn install/ npm install
6. yarn start/npm start
## 参考模式

1. [ducks-modular-redux](https://github.com/erikras/ducks-modular-redux)
2. [React+Redux 入门示例项目](https://github.com/meibin08/react-redux)
3. [深入浅出react和redux 程墨](https://zhuanlan.zhihu.com/p/26648239)