/react-hooks-workshop

A React Hooks workshop for the Triple web team

Primary LanguageJavaScript

React Hooks Workshop

This repo contains the workshop material for React Hooks Workshop.


Introducing hooks

Please check out the React Hooks Reference first.

see React Hooks Reference

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.


Hooks by example

  1. Read about useState and useEffect
  2. Read about useReducer, useRef en useContext

Workshop

Let's get started; install the Starter kit and get 'hooked' on React Hooks.

  1. Create a new folder and install the Boilerplate Webapp or React boilerplate.
  2. Start with the exercises from this repo.

thanks