Skip to content

kboutsika/react-tutorial-hot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Code from the React tutorial with live reloading added

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 13.0%
  • HTML 6.1%