Hacker News new | ask | show | jobs
by tpetry 1503 days ago
Can you describe the vue 3 part more? As an outsider it just looks for me they just added another api with a different style, so people can choose what they like.
1 comments

The official router and store were not ready when they released Vue 3, even kind of still not, and the store is moving to a new lib.

Also there's now two competing APIs. The new one that they want you to use, and the old one that people like better.

Also a lot of time your objects are actually proxies, which I'm sure there's good reason for but that's kind of annoying (personal opinion).

I dislike dealing with proxy objects because you have to serialize and unserialize to turn it into what it always was.