I wrote a few simple web apps to speed up production in a few departments at work, and I am loving coding with just Vanilla JS, after years of using React, TS, Vue2, Angular, etc.
But I feel like I have to be missing some tools since Js is older than time.
Here’s my workflow:
- Code in VSCode (auto-save)
- I built an AHK script that automatically switches to Chrome and hard-reloads the page
- Web Dev Tools are open in Chrome.
- I find errors in Js, HTML, or CSS and alt+tab back to VS to fix it
You must log in or register to comment.