Y
Hacker News
new
|
ask
|
show
|
jobs
by
sillysaurus3
3146 days ago
Then it's an unfair comparison. Vue does state management out of the box. React really doesn't. Yeah, it has setState, but that's nothing compared to Vue.
2 comments
ng12
3146 days ago
I'm very skeptical of that assertion. Can you provide an example of something Vue provides that React does not?
link
k__
3146 days ago
With Vuex?
link
enraged_camel
3146 days ago
No, he said
out of the box
. Vuex is not part of Vue core, it's an extra.
link