I've been using JS to lazy load images when in viewport. thinking of switching to just loading=lazy. Any reason _not_ to?
@raymondcamden Browsers have been able to natively display text and images since the beginning. Requiring JS in order to have browser do something it already knows to do itself should be discouraged and even ridiculed.
So thumbs up for any move away from reckless JS overuse! 😃