GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.32k stars 309 forks source link

hot reload? #147

Open whatsdis opened 5 years ago

whatsdis commented 5 years ago

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

pavelfeldman commented 5 years ago

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

pavelfeldman commented 5 years ago

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

loopmode commented 5 years ago

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