Don’t make assumptions about JavaScript performance
After re-reading YDKJS: Async and Performance. I had the realization that I have been making over-optimizations. I had not taken into… (more…)
Read more »Most browsers from 2012 onwards (IE10+). As of early 2017, it should support
95-98% of users (caniuse.com); depending on your
target audience it could be higher or lower. Tippy gracefully degrades on older
b… Read more