Skip to content

This is a workshop that serves as a basic introduction to React hooks. We'll refactor our application to make use of functional components instead of class components as well as make use of hooks such as useState and useEffect to manage our component state and request lifecycle.

License

Notifications You must be signed in to change notification settings

askharley/react-intro-to-hooks-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Intro To Hooks Workshop

This is a workshop that serves as a basic introduction to React hooks. We'll refactor our application to make use of functional components instead of class components as well as make use of hooks such as useState and useEffect to manage our component state and request lifecycle.

Table of Contents

🎯 Goals

⚡ Get Started

Clone Repo

# clone the repo
$ git clone git@github.com:askharley/react-intro-to-hooks-workshop.git
​
# navigate to the folder
$ cd react-intro-to-hooks-workshop
​
# navigate to the start project
$ cd start

Install

# install the dependencies
$ npm i
# start the application
$ npm start

📚 Projects

🤖 Deployments

About

This is a workshop that serves as a basic introduction to React hooks. We'll refactor our application to make use of functional components instead of class components as well as make use of hooks such as useState and useEffect to manage our component state and request lifecycle.

Topics

Resources

License

Stars

Watchers

Forks