You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jrgriffiniii
changed the title
Replacing Redux with Hooks (or, just integrating the usage of Hooks more generally)
Functional components and Hooks
Feb 19, 2020
jrgriffiniii as a test for an automated maintenance task, this issue is being labeled as stale due to its age. Should you wish to reclassify this as a prioritized issue, please contact @jrgriffiniii for assistance. Thank you for your patience.
React developers have been supporting the transition towards using Hooks for some while now: https://reactjs.org/docs/hooks-intro.html
There are opinions on whether or not Redux becomes necessary with the proper usage of Hooks, please see https://medium.com/javascript-in-plain-english/state-management-with-react-hooks-no-redux-or-context-api-8b3035ceecf8 and https://medium.com/javascript-scene/do-react-hooks-replace-redux-210bab340672 (I am sorry for linking to Medium, but most of the material I've been finding is on this platform 😞).
This are also now offered within Redux should it be determined that we should retain these: https://react-redux.js.org/next/api/hooks
The text was updated successfully, but these errors were encountered: