Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

thecodecutter/react-tutorial

Open more actions menu
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 41.9%
  • Go 18.8%
  • Python 9.9%
  • Ruby 9.4%
  • PHP 8.3%
  • CSS 6.4%
  • HTML 5.3%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.