Recent Posts
3 ways to autofocus an input in React that ALMOST always work!
October 25, 2019
Deep dive into the autofocus attribute, the focus() method, the autoFocus prop, the useRef hook and callback refs.
Very Confusing differences between JSX and HTML
October 17, 2019
When I work with both JSX and HTML, I get tripped up by subtle differences between the two languages.
5 or 6 ways to design a Code Review ✨ Experience ✨
July 02, 2019
A few of my favorite techniques for structuring pull requests, making it easier on my reviewers.
Deep dive into 'use strict' in JavaScript
June 18, 2019
Why was strict mode introduced? Are we using it? Is it still relevant in 2019?