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

Deprecate jQuery to vanilla JS to write es6 and beyond using babel #140

Open
3 tasks
markoboy opened this issue Sep 27, 2019 · 0 comments
Open
3 tasks

Deprecate jQuery to vanilla JS to write es6 and beyond using babel #140

markoboy opened this issue Sep 27, 2019 · 0 comments

Comments

@markoboy
Copy link
Contributor

Hello, it would be nice if we could write in vanilla JS and use a task runner like Gulp to merge and minify JS files using babel. In addition to that we could separate the code into modules and use gulp-useref to merge all the files together. I believe that the bellow tasks are required in order to move away from jQuery and start using a task runner with a modular approach.

  • Rewrite jQuery code to vanilla JavaScript
  • Add Gulp (or any other task runner)
  • Use babel to transpile code for global browser support
@brittanyrw brittanyrw added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Sep 30, 2020
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