Hacker News new | ask | show | jobs
by andrei_says_ 2025 days ago
Doesn’t vuejs require you to keep your state in a store object (data: {}) and render html via js though?
2 comments

No, you can just use normal HTML, add some vue-specific stuff and then treat that HTML as Vue app.

It’s how people use Vue as a jQuery replacement.

No it is flexible and Vue 3 let's you do it more react-hooks style.