Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 397 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 397 Bytes

Context API in React 🤓

In simple words Context API in React is used for state management or to allow the passing of data between the desired components only. This repo mainly focusses on the working of Context API as a beginner.

The working is understood by building two simple projects:
► A login and a profile page.
► Toggle between lighmode and darkmode on Card component.