Y
Hacker News
new
|
ask
|
show
|
jobs
by
jaequery
3146 days ago
no, it's actually quite the opposite. vue took all the complexities out of react/redux it's not even funny.
1 comments
k__
3146 days ago
I'm not talking about Redux.
link
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.
link
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