AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Polyfilling CSS Can Be Performance Grumpy
With transpiling CSS, again, you're mostly doing a string replacement or an addition. But with a polyfilling in CSS, the big difference here is you're not having to worry about prototype or anything like that. And sometimes these polyfills can end up being very heavy based on what they want to do. You're adding a ton of JavaScript to your site that will then be running anytime CSS needs to update or repaint it.