How to setup a simple event tracker with plain JavaScript
How to add event tracking to elements on any website, when they are interacted with using only plain javascript and html... (more…)
Read more »There’s a never-ending myth I see circulating on Twitter every few weeks:
Vanilla JS doesn’t scale.
This is complete nonsense.
What does “scale” even mean? Is the implication is that vanilla JS literally cannot handle the load of large applications the … Read more