Hacker News new | ask | show | jobs
by azangru 1366 days ago
Polyfills? In jQuery?

Even gov.uk has removed jQuery from its dependencies; and their browser support requirements would make a frontend developer cry.

1 comments

Well they don't call it polyfills but they implement e.g. Promise in their own way. And I've used it in the past so to get rid of jquery I would have to rewrite that code to use the native one now. For approx. 0 benefit to the end user.