Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xsymphony/react-v2ex
- Owner: xsymphony
- Created: 2017-07-05T00:45:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T05:16:48.000Z (almost 7 years ago)
- Last Synced: 2024-04-18T11:23:15.250Z (10 months ago)
- Topics: react, react-redux, react-router-dom, redux, redux-thunk, webapp
- Language: JavaScript
- Homepage:
- Size: 544 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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就算入门了。