An open API service indexing awesome lists of open source software.

https://github.com/vertikajain/react-context-api-examples


https://github.com/vertikajain/react-context-api-examples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Context API example

## How to run the App

Execute `npm run start` in command prompt.

## Ecommerce example without Context

![Props Drilling](https://github.com/VertikaJain/react-context-api-examples/blob/master/public/PropsDrilling_Ecom.png)

## Ecommerce example with Context

![Context API](https://github.com/VertikaJain/react-context-api-examples/blob/master/public/ContextAPI_Ecommerce.png)

## Resources

1. [Passing Props to a component](https://react.dev/learn/passing-props-to-a-component)
2. [Using Context API to avoid props drilling](https://react.dev/learn/passing-data-deeply-with-context)
3. [First example you can try](https://www.youtube.com/watch?v=4UZrsTqkcW4&t=28856s)