DEV Community

Discussion on: Read the React Hooks docs (again)

Collapse
 
kapral18 profile image
Karen Grigoryan • Edited

Resources that settled it for me: (in order of discovery)

  1. reactjs.org/docs/hooks-faq.html (covers most edge cases and recommendations)
  2. overreacted.io/a-complete-guide-to... (covers philosophy behind hooks, and a lot of tasty tips, had to reread like 5 times until it "clicked" )
  3. github.com/facebook/react/blob/mas... (for everything else, thanks to the react team it's incredibly readable)

^ covers 99.9% of all use cases for me, including edge cases every time.