This is a repository containing inital code for React Hooks tutorial. Demo application is written with class based components, and the goal of the tutorial is to convert them to functional components using hooks.
- run npm i && npm start to start the development server
- why and how to use React Hooks
- useState and useEffect hooks
- custom hooks
- passing props
- API calls
- Convert this application to functional components using hooks.