This article will help you understand why you should choose the tool that fits your problem instead of making the problem fit your tool. (more…)
Read more »
The future of React is scary, but it's starting to click for me. Thank you Dan for getting me excited about React again 🙏LINK TO DAN'S TWEET: https://twitte... (more…)
Read more »
In short, React's useCallback hook is used to wrap functions. It tells React to not re-create a wrapped function when a component re-renders, unless any of the… (more…)
Read more »
React Compiler is a build-time optimizing compiler specifically designed for React. It has been in development for a while and is supposedly nearing completion and public release. I’m writing this post, so I have something I can link people to, that will ... (more…)
Read more »
Learn how to use JavaScript classes to create components that encapsulate behavior and state. (more…)
Read more »