Skip to content

Managing Props in React

Lokesh RANA edited this page Nov 8, 2019 · 1 revision

Prop Drilling

It is the threading of data from parent to child component.

Prop Drilling - pros and cons

React Context API

A system of defining compartmentalized global variables.

React Context

Clone this wiki locally