React Hooks
React Hooks best practices and custom use cases.
📄️ ETH Hooks
Eth Hooks Overview
📄️ useCallback/Memo
<iframe
📄️ useContext
React useContext
📄️ useEffect
Provides us an opportunity to write code that may have side effects on the application.
📄️ useRef
Refs are escape hatches. Try to avoid using them where possible.
📄️ useState/Reducer
Snippets