All Posts
- JavaScript Promise and Async/AwaitA short visual guide on what a Promise is in JavaScript, and how to avoid call back hell.
- Passing an argument to a selector in Redux toolkitA short guide on how to pass arguments to a selector in Redux toolkit.
- How to type the setState function from the useState hookA deep dive into how to properly type a setState function from the useState hook.