Replies: 2 comments 2 replies
-
Both are excellent concepts for their own specifications, Redux is not worthy solution just to pass data from parent to child & Context API truly useful in this case because context API is in-bulit and Redux has a external setup . When you have a lot of dynamic data Redux got lead in this case. but i think redux is best option for global state management because it is more dynamic than context API. and also suitable for major projects for state management. |
Beta Was this translation helpful? Give feedback.
1 reply
-
As Redux voted here mostly we should choose Redux Saga. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we need a global state solution, the most popular one is Redux but it is not come with react itself, React has Context API for global state management, so which one should prefer?
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions