Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xsymphony/react-v2ex

react redux react-router; 简单的react入门实例 demo
https://github.com/xsymphony/react-v2ex

react react-redux react-router-dom redux redux-thunk webapp

Last synced: 2 months ago
JSON representation

react redux react-router; 简单的react入门实例 demo

Awesome Lists containing this project

README

        

## 预览
手机扫码预览

![img](https://github.com/xiongsyao/react-v2ex/blob/master/static/review.png)

或者访问http://v2.nyork.top:8082
## react构建V2EX
相关技术:`react` `axios` `react-router` `redux` `react-redux` `redux-thunk` `antd`

## start
+ `git clone https://github.com/xiongsyao/react-v2ex.git`
+ `cd react-v2ex`
+ `npm install`
+ `npm run dev`

**页面暂时只适配移动端,请打开chrome调试工具模拟手机端**

## 关于此项目
这是我两个多月前初学react时写的小demo,涵盖了react常用的库,前端初学者忙于接受各种概念,从webpack配置到react组件优化,总是还没消化好一个概念,又迫不及待的接受另一个概念,而这个项目,用的都是非常基础的知识,最简单的webpack配置,最基本的组件划分方式,合理的划分`smart component`与`dumb component`,基本上做完这么一个项目,react就算入门了。