/react-tutorial-hot

Code from the React tutorial with live reloading added

Primary LanguageJavaScript

OUT OF DATE

This example is no longer maintained. Check out React Hot Loader starter kits instead. For the most minimal example, see React Hot Boilerplate.

About this fork

This is a fork of react-tutorial that supports live editing via react-hot-loader. This means you can edit CommentBox.jsx after running the server, and it will update without reload.


React comment box example

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

To use

npm install
node server.js

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