# react-tutorial-hot **Repository Path**: mirrors_gaearon/react-tutorial-hot ## Basic Information - **Project Name**: react-tutorial-hot - **Description**: Code from the React tutorial with live reloading added - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OUT OF DATE **This example is no longer maintained. Check out [React Hot Loader starter kits](https://github.com/gaearon/react-hot-loader/tree/master/docs#starter-kits) instead. For the most minimal example, see [React Hot Boilerplate](https://github.com/gaearon/react-hot-boilerplate).** # About this fork This is a fork of react-tutorial that supports live editing via **[react-hot-loader](https://github.com/gaearon/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](http://facebook.github.io/react/docs/tutorial.html). ## To use ``` npm install node server.js ``` And visit http://localhost:3000/. Try opening multiple tabs!