livereactload icon indicating copy to clipboard operation
livereactload copied to clipboard

Live code editing with Browserify and React

Results 13 livereactload issues
Sort by recently updated
recently updated
newest added

Suppose that I run this: ``` browserify a.js -r ./scripts/components/b.js -o c.js ``` Now `a.js` can require `b.js` by calling `require('/scripts/components/b.js')`. But if I add -p livereactload to the above...

bug

Continuing from #43. LiveReactLoads need an example for `react-router` (and perhaps also an example where both `react-router` and `redux` are being used). I'm gonna use @tukkajukka's excellent [example project](https://github.com/lemanse/simple-react-app) as...

enhancement

When I use `livereactload` with a React app (0.14.7) with [`mapbox-gl-js`](https://github.com/mapbox/mapbox-gl-js) I get errors with Web Workers (which `mapbox-gl-js` uses [`webworkify`](https://github.com/substack/webworkify) to create). I don't really know enough about how...

enhancement
help wanted