Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time to let go of JQuery dependency #4

Open
jonasalmeida opened this issue Jun 16, 2022 · 1 comment
Open

time to let go of JQuery dependency #4

jonasalmeida opened this issue Jun 16, 2022 · 1 comment

Comments

@jonasalmeida
Copy link

The reliance on old $.ajax and $.deferred patterns in JQuery is now supported natively by ES6 in any modern browser as fetch and Promises. Furthermore, modern asynchronous execution comes with the elegant async-await syntactic sugar. Can I convince you to update the corresponding code to remove the JQuery dependency? If not, I'd be happy to do it through a fork and pull request if I can be sure to have your attention while doing it 😃.

@cygnil
Copy link
Contributor

cygnil commented Jun 16, 2022

Hi! I agree, the use of jQuery is vastly outdated. This is now a legacy package and we unfortunately aren't pouring very much into it in the way of support or maintenance. However, if you wanted to fork and create a pull request, I'd be more than happy to review it and incorporate it into the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants