waldyrious / primerpedia

Simplified extracts of Wikipedia articles, showing just the basic information.
https://primerpedia.toolforge.org
Other
11 stars 7 forks source link

Ditch jQuery #16

Closed waldyrious closed 6 years ago

waldyrious commented 10 years ago

It's overkill. IIRC only the ajax call is using jQuery to an appreciable amount. Try replacing it with vanilla JS. Potentially useful links:

waldyrious commented 10 years ago

Well, now the flowtype.js is also using it, so that needs to be taken into account.

waldyrious commented 10 years ago

Alternatively: zepto, minified (just adding this here because I thought I had written a list somewhere, but I can't find it -- searched gdrive, google keep, github, delicious, to no avail. maybe I just thought about it.)

waldyrious commented 7 years ago

Most of the flowtype effect can be implemented in CSS (see here), so I guess we can also remove that dependency as well :)