xzhang395 / Stalk-Market

find the best turnip price
Apache License 2.0
2 stars 2 forks source link

[Possible] Redux React #16

Open chiapet92 opened 4 years ago

chiapet92 commented 4 years ago

https://react-redux.js.org/

Suggested by davidpchi

j-zhao commented 4 years ago

My suggestion is to not use Redux, React useState and useContext basically can negate the need for a global state management framework like Redux. Personal preference from my own experience, eliminates the need for an additional framework.