Hacker News new | ask | show | jobs
by lolive 1836 days ago
Just wondering: how is it different from a live reload yarn run serve+IntelliJ +a browser?
3 comments

The main thing is that you can edit visually, and changes are reflected in code. So it goes in both directions. Editor + Live Reload only goes in one direction.
Ooookkkk. Sounds good indeed!
It lets you edit things inline like the browser dev tools. And drag them around like Figma.
Well, It is an interactive GUI for one...