All Posts
- Why does React need keys?This article will show you what is the purpose if the “key” prop in React and some best practices around it.
- How to type the setState function from the useState hookA deep dive into how to properly type a setState function from the useState hook.