/react-context-optimized-demo

React Context exploration by managing state of a todo list.

Primary LanguageJavaScript

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.

Edit ivstudio/react-context-optimized-demo