Tag: Frontend

TLDR JavaScript module formats

August 19, 2020 · 1 min read
Since JavaScript didn't use to have a core feature in the language that supports modules, a few different module formats have emerged.

Never use window.onload

June 17, 2020 · 1 min read
What to do when window.onload is not working.

How DOM size can impact performance

June 9, 2020 · 2 min read
Testing how excessive DOM size can impact perfromance
← Prev
Page 4 of 6
Next →