reactdog / react-tutorial

Code from the React tutorial.

Home Page:http://facebook.github.io/react/docs/tutorial.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tutorial

This is the React comment box example from the React tutorial.

To use

There are several simple server implementations included. They all serve static files from public/ and handle requests to comments.json to fetch or add data. Start a server with one of the following:

Node

npm install
node server.js

Python

pip install -r requirements.txt
python server.py

Ruby

ruby server.rb

PHP

php server.php

Go

go run server.go

And visit http://localhost:3000/. Try opening multiple tabs!

About

Code from the React tutorial.

http://facebook.github.io/react/docs/tutorial.html


Languages

Language:JavaScript 41.0%Language:Go 19.9%Language:Python 9.9%Language:Ruby 9.4%Language:PHP 8.4%Language:CSS 6.2%Language:HTML 5.2%