Skip to content

Explored the React context API, which lets you share values across component trees and subtrees.

Notifications You must be signed in to change notification settings

rproenza86/reactjs-context-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactjs-context-api

Overview

React components provide convenient units of self-contained functionality—but wiring them together, especially when data goes to multiple places, can get repetitive.

In this Intermediate training, join Emmanuel Henri as he explores the React context API, which lets you share values across component trees and subtrees. As he steps through the course project, Emmanuel goes over the syntax of context, how to set it up in your projects, and how to update context.

Plus, learn how to consume multiple contexts into your app, as well as what to avoid when working with context.

Objectives

  • Creating a context object
  • Implementing the code for updating context
  • Updating context from a nested component
  • What to avoid when working with context
  • How the node tree in React applies to context
  • Consuming multiple contexts

About

Explored the React context API, which lets you share values across component trees and subtrees.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published