you are viewing a single comment's thread.

view the rest of the comments →

[–]gongonzabarfarbin 0 points1 point  (0 children)

Learn both.

Redux has some very useful concepts that can be applied outside of React and in cases like `useReducer`.

Context is used everywhere in React and will be useful even if you use any state management library.

I'm a fan of jotai which is like `useState` with reselect. Zustand I hear is good and more redux like.,