Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 749 Bytes

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.