Articles tagged with “javascript”
-
Learning XState by refactoring an old project
I’ve been wanting to learn XState, a JavaScript state machine library. I had one exercise in mind: porting the hand-rolled state code in the small click precision game I built last year, if possible.
-
La vie sans jQuery
Pour apprendre à utiliser le DOM, passez-vous de jQuery sur votre prochain projet.
-
Remove extraneous indentation from strings
So I made this: outdent.js. Why? A pet peeve of mine with browser developer tools is that when using the “Edit as HTML” feature, or even when editing text nodes, there will often be a lot of …
-
Async Typekit & the Micro-FOUT
I’m no performance expert but I use almost 200 KB of web fonts on this website, via Typekit, and I was wondering how it impacted performance. After experimenting a bit with async loading, I noticed a …