(no title)
Satam
|
1 year ago
Yeah, I don't get it. I used Vue because it was straightforward. The options interface was Vue. Now, if it keeps getting more complicated and also has two ways to go about things, and the docs are split into two as well... Why not just go for React that's complicated and more popular?
sampullman|1 year ago
I don't see it as two ways in practice, just the legacy way for old projects (which still has good support), and the newer/better way.
rty32|1 year ago
Asking because my experience is that as soon as you have a large and complex component that needs to have multiple, mostly independent functionalities, you'll find the composition APIs to be a godsend. Not to mention all the IDE support. You won't see that until you have first have experience with it.
Semaphor|1 year ago
Also proper typescript support without annoying workarounds, that alone would make it worth it.
conradfr|1 year ago
unknown|1 year ago
[deleted]