https://github.com/eastsummer/react_news
react+webpack2 新闻
https://github.com/eastsummer/react_news
react react-router webpack2
Last synced: 4 months ago
JSON representation
react+webpack2 新闻
- Host: GitHub
- URL: https://github.com/eastsummer/react_news
- Owner: EastSummer
- Created: 2018-05-30T02:47:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T09:09:12.000Z (about 8 years ago)
- Last Synced: 2025-01-11T14:44:54.727Z (over 1 year ago)
- Topics: react, react-router, webpack2
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# IMOOC-React
课程地址:[http://coding.imooc.com/class/83.html](http://coding.imooc.com/class/83.html)
# Others
* [【原】雅虎前端优化的35条军规](https://www.cnblogs.com/xianyulaodi/p/5755079.html#_label0)
* [【译】也许你不必使用 Redux](https://zhuanlan.zhihu.com/p/22597353)
# Virtual Dom
* [stackoverflow:Why is React's concept of Virtual DOM said to be more performant than dirty model checking?](https://stackoverflow.com/questions/21109361/why-is-reacts-concept-of-virtual-dom-said-to-be-more-performant-than-dirty-mode)
* [github:virtual-dom](https://github.com/Matt-Esch/virtual-dom)
* [仿react框架](https://jsfiddle.net/eastsummer/3pL6ho4w/)