Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiminghe/learning-react
materials about learning react
https://github.com/yiminghe/learning-react
Last synced: 7 days ago
JSON representation
materials about learning react
- Host: GitHub
- URL: https://github.com/yiminghe/learning-react
- Owner: yiminghe
- Created: 2014-10-27T10:53:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T08:36:23.000Z (over 8 years ago)
- Last Synced: 2024-04-14T08:33:48.932Z (7 months ago)
- Language: HTML
- Homepage: http://yiminghe.me/learning-react/
- Size: 14 MB
- Stars: 554
- Watchers: 40
- Forks: 107
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-learning - yiminghe/learning-react
- awesome-hacking-lists - yiminghe/learning-react - materials about learning react (HTML)
README
# learning-react
materials about learning react
## Development
```
npm install
npm start
```## Example
http://localhost:9000/examples/
online example: http://yiminghe.github.io/learning-react/examples/
## Test Case
```
npm run chrome-test
npm test
```## Coverage
```
npm run coverage
```## Tutorials
https://github.com/yiminghe/learning-react/blob/master/tutorial/en-us/index.md
### online
[react 入门](http://yiminghe.github.io/learning-react/tutorial/zh-cn/intro.html)
[react 进阶](http://yiminghe.github.io/learning-react/tutorial/zh-cn/advanced.html)
## Reference
https://github.com/yiminghe/learning-react/blob/master/reference.md
## Our components based on React
[https://github.com/react-component](https://github.com/react-component)
## License
Sample codes and articles are released under the MIT license.