Skip to content

m1g/context-api-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

React Context API with React Hooks

A code along from the Net Ninja tutorial covering how to use the Context API with Hooks using react functional components. The files are separated into the tutorial and final project folders and in addition to the Context API also covers the following hooks:

  • useReducer
  • useEffect
  • useState

Setup

cd into the directory. Install the deps and run the application

npm install && npm start

About

Exploring ways of passing data through the component tree because component prop-carrying is played

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors