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

HI, I'm unable to detect a change in a d3 chart component and have the updated chart reload live. For example, if when I change the rect color of the...

It seems that livereactload doesn't work with latest react-hot-loader. 1. hot() helper throws error. 2. AppContainer not reloading modules

bug

Firstly, thanks for building this tool - I'm trying to improve the build / watch workflow of an app I'm working on and being able to move back to Browserify...

enhancement

If loader ignores changes in node_modules packages then it uses default require function to load 'react-hot-loader' module. And this module doesn't have 'module.hot' property so it always loads production version.

question

I have a component which has a class. I have noticed that reloading does not work if a function contained in a component has code which is changed. Example: ```...

I see the same issue as #90, that gulp doesn't exit when running tasks. I do not have nunjucks and still see the same behavior.

bug

Thanks for making this, it's going to make life so much easier once it's all setup! Having integrated this into my gulp process I'm finding that none of my breakpoints...

bug
help wanted

I'm using `factory-bundle` browserify plugin to break down my code into separate bundles and a common file for all pages. It works fine until I add `livereactload`. Because `livereactload` doesn't...

enhancement
help wanted

I'd like to propose support for multiple LiveReactload bundles in separate browserify/watchify processes: #### Reasoning I'm developing HTML5 GUIs in a large codebase with a number of internal libraries. Hot-reloading...

enhancement

Hi there! After successful module change I noticed that render() loads from new reloaded module, but other functions in this module are loading from old (apparently cached) version. Do you...

bug