https://github.com/zhoou/react-learning-demo
The World of Learning Reactjs
https://github.com/zhoou/react-learning-demo
Last synced: 6 months ago
JSON representation
The World of Learning Reactjs
- Host: GitHub
- URL: https://github.com/zhoou/react-learning-demo
- Owner: zhoou
- Created: 2016-04-22T06:22:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T15:11:02.000Z (about 10 years ago)
- Last Synced: 2024-12-29T22:44:29.806Z (over 1 year ago)
- Language: JavaScript
- Size: 648 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React
The space of learning React. Let's begining...
## Learning Resource
* The Offical website: http://facebook.github.io/react/
* GitHub: https://github.com/facebook/react.git
## About
* A javascript library for building user interface.
* virtual DOM
* Data Flow
## Demos
# react-demo
It's the first and the most simple demo which names "helloworld" when i begin to learn react.
* `Attention`: This Project you need to be placed on the server or can be placed on the localhost to normal access.
# react-Tutorial
This Projects build by according to the offical tutorial.
* `Attention`: This Project you need to be placed on the server or can be placed on the localhost to normal access.
# react-webpack-HelloWorld
`Primary Edition`
I am very happy if this projects can help you . If you are interested, you can clone or download it.
after you download , you should do it first if you have not install the `webpack` in global :
```sh
npm install webpack -g
```
then , begin to initialize the project :
```sh
npm install
```
Finally , run it :
```sh
webpack -p
```
# react-webpack-es6-bootstrap
`Junior high school edition`
This Projects add the bootstrap to webpack with react.
Begin to initialize the plugins the project need:
```sh
npm install
```
Then , Compile the project :
```sh
npm run build
```
Final , Open the html
```
open /Build/View/Index.html to browser
```
`Attention`this demo has change to https://github.com/zhoou/react-webpack-es6-bootstrap
Expect me to be better !!!