Skip to content

React Concepts

NagaSudhir Pulla edited this page Aug 18, 2019 · 3 revisions

Context in React

Official react context explanation - https://reactjs.org/docs/context.html

Beginner explanation to react context - https://javascriptplayground.com/context-in-reactjs-applications/

Context acts like a portal in your application in which components can make data available to other components further down the tree without being passed through explictly as props.

Clone this wiki locally