This is the React comment box example from the React tutorial. Modified to be used at Codebar Monthly May React talk.
For simplicity, this tutorial will only include the Node.js example.
Install Node.js if you don't have it. On the command line, type:
npm install
npm start
And visit http://localhost:3000/.
There are various examples in the examples folder. To see them, uncomment the desired script in /public/index.html
.