https://github.com/ivstudio/react-context-optimized-demo
React Context exploration by managing state of a todo list.
https://github.com/ivstudio/react-context-optimized-demo
react react-context react-hooks
Last synced: about 1 month ago
JSON representation
React Context exploration by managing state of a todo list.
- Host: GitHub
- URL: https://github.com/ivstudio/react-context-optimized-demo
- Owner: ivstudio
- Created: 2020-09-20T15:30:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T11:25:28.000Z (over 5 years ago)
- Last Synced: 2025-03-27T20:50:03.570Z (about 1 year ago)
- Topics: react, react-context, react-hooks
- Language: JavaScript
- Homepage: https://ivstudio.com/react-context-api/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Context
React Context can help us share "global" data without having to manually pass it down between descendant components at different nesting levels of the tree.
Let's explore React Context by making a todo list. [Read article](https://ivstudio.com/react-context-api/).
[](https://codesandbox.io/s/github/ivstudio/react-context-optimized-demo/tree/master/?fontsize=14&hidenavigation=1&theme=dark)