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

https://github.com/kevinhellos/react-context-ts

Demo for React Context (TypeScript)
https://github.com/kevinhellos/react-context-ts

Last synced: over 1 year ago
JSON representation

Demo for React Context (TypeScript)

Awesome Lists containing this project

README

          

# react-context
Demo for React Context (TypeScript)

## What is React Context?
useContext() in React Context, is a React Hook that allows you to share values between multiple levels of components without passing props through each level (props- drilling).