jQuery

From IndieWeb


jQuery is a popular JavaScript framework that is used by some IndieWeb projects and, depending on what you are trying to do, might be replaceable with vanilla JavaScript (see Alternatives below).

Projects

IndieWeb projects that use jQuery in their front-end:

Alternatives

Depending what you are trying to achieve, you may be able to use vanilla JavaScript more easily.

https://youmightnotneedjquery.com/

How to incrementally stop depending on and remove jQuery:

"Great article on the strategies @github used to remove jQuery from their codebase. Applicable w/ other technologies too:

- Use linters to prevent new usage
- Deprecate incrementally by using a custom build
- Measure function calls to track progress
& more
http://bit.ly/github-jquery"

@katiehempenius July 12, 2019 on Twitter

Criticism

See Also