DEV Community

Discussion on: Is jquery dead?

Collapse
 
tngeene profile image
Ted Ngeene

yeah, plus I feel for small projects, that require an API call only on specific pages, jquery is more economic to use(due to the hassle of spinning up a react or vue frontend) you can only use ajax on the required page.

Collapse
 
thomasledoux1 profile image
Thomas Ledoux

I think for this use case you could easily use the built in Fetch API (developer.mozilla.org/en-US/docs/W...), it is well supported by all modern browsers.