GitHub - wrschneider/react-tutorial: Code from the React tutorial, with Knockout comparison

I re-implemented the React comment box example from the React tutorial, using Knockout.js, so I could compare what the Knockout version would look like.

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

PHP

Go

The original React version is at http://localhost:3000/. The Knockout version is at http://localhost:3000/index-ko.html.