Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 192 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 192 Bytes

Using Custom Hooks

  • Rules of Hooks
  • What are custom hooks?
    • Outsource stateful logic into re-usable functions.
    • Can use other React hooks and React state.
  • Builds custom HTTP hook