redux-devtools/packages/react-json-tree/examples
Nathan Bierema d8da887da8 Publish
- d3-state-visualizer@1.3.3
 - d3tooltip@1.2.3
 - devui@1.0.0-5
 - map2tree@1.4.2
 - react-base16-styling@0.7.0
 - react-json-tree@0.12.1
 - redux-devtools-chart-monitor@1.7.1
 - redux-devtools-cli@1.0.0-3
 - redux-devtools-core@1.0.0-3
 - redux-devtools-dock-monitor@1.1.4
 - redux-devtools-inspector@0.13.1
 - redux-devtools-instrument@1.9.7
 - redux-devtools-log-monitor@2.0.1
 - redux-devtools-slider-monitor@2.0.0-4
 - redux-devtools-test-generator@0.6.1
 - redux-devtools-trace-monitor@0.1.2
 - redux-devtools@3.6.1
 - remotedev-serialize@0.1.9
 - d3-state-visualizer-tree-example@0.0.1
 - react-json-tree-example@1.0.1
 - slider-todomvc@0.0.1
 - counter-redux@0.0.1
 - todomvc@0.0.1
2020-08-14 10:37:56 -04:00
..
src chore(*): upgrade prettier (#570) 2020-08-08 16:26:39 -04:00
.babelrc fix(react-json-tree): fix react-json-tree examples (#531) 2020-07-31 17:32:41 -04:00
CHANGELOG.md Publish 2020-08-14 10:37:56 -04:00
index.html Use prettier 2019-01-10 20:51:14 +02:00
LICENSE Merge react-json-tree package (#428) 2018-12-21 21:18:05 +02:00
package.json Publish 2020-08-14 10:37:56 -04:00
README.md Use prettier 2019-01-10 20:51:14 +02:00
webpack.config.js chore(*): cleanup webpack configs (#577) 2020-08-09 01:06:18 -04:00

react-hot-boilerplate

The minimal dev environment to enable live-editing React components.

Usage

npm install
npm start
open http://localhost:3000

Now edit src/App.js.
Your changes will appear without reloading the browser like in this video.

Linting

This boilerplate project includes React-friendly ESLint configuration.

npm run lint

Using 0.0.0.0 as Host

You may want to change the host in server.js and webpack.config.js from localhost to 0.0.0.0 to allow access from same WiFi network. This is not enabled by default because it is reported to cause problems on Windows. This may also be useful if you're using a VM.

Missing Features

This boilerplate is purposefully simple to show the minimal configuration for React Hot Loader. For a real project, you'll want to add a separate config for production with hot reloading disabled and minification enabled. You'll also want to add a router, styles and maybe combine dev server with an existing server. This is out of scope of this boilerplate, but you may want to look into other starter kits.

Dependencies

Resources