Skip to content

kyle-west/hooked-on-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hooked on React Hooks

This is part of a presentation I have where we explore the "under the hood" behaviors of common React hooks by building them from scratch.

The slides to which this presentation is a part of can be found here.

Hooks covered

In order (because you can build new hooks from the previous ones)

  • useRef
  • useEffect
  • useMemo
  • useCallback
  • useReducer

I just want the answers

That's fine, just take a look in the freact-final folder.

Resources

API descriptions can be found in the React Docs.

Here is a link to my website with my contact info if you have any questions.

About

Understand hooks by building some of them from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published