ivanvanderbyl / ember-hackernews-pwa

An Ember implementation of the HackerNews client as a Progressive Web App
https://hackernews.io
62 stars 14 forks source link

Remove jQuery #7

Closed ivanvanderbyl closed 7 years ago

ivanvanderbyl commented 7 years ago

More to reduce vendor bundle size: We can remove jQuery and use native events. We're only targeting evergreen browsers anyway.

Expected improvement: ~12%