You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: