Redux is a JavaScript library used to manage the state of applications (mainly popular with React) Context API provides a way to expose a shared entity called “state” that can be used by the components without having to explicitly pass a prop through every level of the tree. Prop Drilling is the process by which data from one

9m read time From medium.com
Post cover image
Table of contents
Redux/Context API for State Management in React.Table of ContentsRedux — Library for State ManagementContext API — Global state management for React applicationsWhich is better? Redux or Context?
1 Comment

Sort: