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)
- Host: GitHub
- URL: https://github.com/kevinhellos/react-context-ts
- Owner: kevinhellos
- License: mit
- Created: 2024-05-23T01:44:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:44:22.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:09:00.203Z (over 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).