React docs: Should I use Hooks, classes, or a mix of both? When you’re ready, we’d encourage you to start trying Hooks in new components you write. https://legacy.reactjs.org/docs/hooks-faq.html#should-i-use-...
- https://frontendmastery.com/posts/the-evolution-of-react-pat...
- https://frontendmastery.com/posts/rethinking-react-best-prac...
- https://frontendmastery.com/posts/the-new-wave-of-react-stat...
(Not the author, but read them and I enjoy the content).
I'd also recommend going through the new React docs site for a refresher:
and reviewing a couple of the articles I've done around how React works:
- https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...
- https://blog.isquaredsoftware.com/2021/01/context-redux-diff...
I also did a post + talk a couple years ago on the migration from HOCs to hooks:
- https://blog.isquaredsoftware.com/2019/07/blogged-answers-th...
- https://blog.isquaredsoftware.com/2019/09/presentation-hooks...