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

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.

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/).

[![Edit ivstudio/react-context-optimized-demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/ivstudio/react-context-optimized-demo/tree/master/?fontsize=14&hidenavigation=1&theme=dark)