DEV Community

Discussion on: Using React Central State to Simplify Your App

Collapse
 
revskill10 profile image
Truong Hoang Dung

The critical difference is: With Redux, i don't need React to describe my application state, React is just the view layer, i could go with vanilla JS or jQuery with Redux.

So this solution is too framework-coupling, so it's not good, or unusable to me.