Hacker News new | ask | show | jobs
by conradfr 1505 days ago
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).

1 comments

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