Using jQuery once it's removed from Ember/Discourse

About a year ago Jeff mentioned jQuery will be removed from Discourse within the next couple of years

When this happens will I be able to import jquery in a script tag in the <head> section and continue to use my existing jQuery, or will I need to rewrite in vanilla?

1 Like

You will always be able to add any JS library in a theme, but in general you wanna avoid those if possible so you get a theme that is lightweight.

6 Likes