This is a debugging story of how to determine what event listener is calling event.preventDefault() or event.stopPropagation() or some other completely random thing which is not allowing your intended action. (more…)
Read more »
In this article, I want to explore an interesting pattern that I am seeing more and more in JavaScript code which allows you to return… (more…)
Read more »
Dominic Elm DM'd me on Twitter to ask me questions about circular dependencies, and, well, I didn't know the answer. After some testing, discussion, and *ahem* chatting to the V8 team, we figured it out, but I learned something new about JavaScript along ... (more…)
Read more »
There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »
Codespaces template for creating and deploying your own React portfolio - GitHub - education/codespaces-project-template-js: Codespaces template for creating and deploying your own React portfolio... (more…)
Read more »