Vue 3, revisited

Previously, I’ve had mixed thoughts about Vue 3. But now I’ve stumbled upon it again, and since I’ve seen decent code written with it, I think I was wrong.

It seems that Vue 3 just got even better, if you think about it.
The ability to write hooks is great on its own, but Vue 3 gives you complete freedom.
If you add “setup” attribute to the script tag, you won’t have to return a result from your script and make a dummy setup function.

Honestly, writing Vue 3 code feels refreshing again, like it was with AngularJS and VueJS.
Vue always was a tool which helps to iterate fast. Now it’s even more smooth.