carlo icon indicating copy to clipboard operation
carlo copied to clipboard

hot reload?

Open whatsdis opened this issue 5 years ago • 3 comments

anyway to see my changes immediately after modifying a source file? right now I have to manually shut it down, write a fix, run carlo

whatsdis avatar Mar 19 '19 01:03 whatsdis

You should be able to 'reload' from the context menu, at least this works for the System info example.

pavelfeldman avatar Mar 19 '19 06:03 pavelfeldman

(also Ctrl/Cmd+R from the DevTools opened against the Carlo window)

pavelfeldman avatar Mar 19 '19 06:03 pavelfeldman

Here is a setup with HMR based on webpack-dev-server and react-hot-loader: https://github.com/loopmode/carlo-webpack-react-hmr

loopmode avatar Apr 17 '19 13:04 loopmode