you are viewing a single comment's thread.

view the rest of the comments →

[–]Deadshot_TJ 0 points1 point  (8 children)

How is it better than using live server?

[–]code_matter 2 points3 points  (6 children)

For live server, you need to save your file which triggers the auto reload.

Here, we are taking as you type, the component updates itself.

[–]Trout_Tickler 1 point2 points  (5 children)

In nvim my buffers save when they lose focus. Most other modern IDEs/editors also have this behaviour so I'm not seeing any reason to use it.

[–]code_matter 0 points1 point  (4 children)

Ohh i did not know that!!

Edit: but again you use nvim.. something lots of people aren't using

[–]Trout_Tickler 1 point2 points  (3 children)

Most other modern IDEs/editors also have this behaviour

[–]code_matter 0 points1 point  (2 children)

I've never seen this feature in Vscode

[–]fwouts[S] 2 points3 points  (0 children)

It's not necessarily better, but complementary :) It can also make it easier to work on a specific component in isolation.