I'd give anything for such a tool years ago. Now - j what? ๐
Iโve been out of the game for a few years. What do people use now instead with simple html sites?
HTML, CSS, Javascript. Works like a charm for simple sites, and it's very lightweight. Things've progressed a long way in these vanilla's. ๐
A lot of what jQuery provided is built in now. Selectors, AJAX, JSON conversion.
Version 4 is removing those redundant functions to streamline it to just the unique functionality.
Good for you. However many many people are still stuck with ugly ass slow poorly written jQuery code.
I believe https://github.com/facebook/jscodeshift is trying to be that tool for the typescript/js world. Doesn't have a mod for removing jquery but should be super doable.
This is awesome. Lookalike would enable code refactoring from jQuery to vanilla.
Thanks a lot!
JavaScript