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 part of the React tree to another by going through other parts.
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: