Don't be a blind fanboy :)
This should be the main takeaway from this article ππ
The best thing about Vue, by far, is the reactivity system. No need for dependency arrays, and having to deep-compare props on every render. Honestly itβs kinda hard to go back to useCallback!
+1 to that. Now with defineModel() it will become even easier to make reactive components where you would usually need to use so proxy and computed value to update.
I personally started with Vue and it was quite difficult to get into React with the FCs. It just seemed much more complicated. π¬
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The best thing about Vue, by far, is the reactivity system. No need for dependency arrays, and having to deep-compare props on every render. Honestly itβs kinda hard to go back to useCallback!
+1 to that. Now with defineModel() it will become even easier to make reactive components where you would usually need to use so proxy and computed value to update.
I personally started with Vue and it was quite difficult to get into React with the FCs. It just seemed much more complicated. π¬