⪼ Made with 💜 by realpolyglot.dev
- Income Sources :: Books
- Custom Hooks in React: The Ultimate UI Abstraction Layer - Tanner Linsley | JSConf Hawaii 2020
useState
when you need to manage state.useEffect
when you need to synchronize something outside of React with your app's state.