Y
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
Semaphor
2025 days ago
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.
link
phaedryx
2020 days ago
No it is flexible and Vue 3 let's you do it more react-hooks style.
link
It’s how people use Vue as a jQuery replacement.