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

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

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 !!!