this post was submitted on 22 Jul 2023
4 points (83.3% liked)

A place for everything about web development

672 readers
1 users here now

founded 5 years ago
MODERATORS
 

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:

  1. Code in VSCode (auto-save)
  2. I built an AHK script that automatically switches to Chrome and hard-reloads the page
  3. Web Dev Tools are open in Chrome.
  4. I find errors in Js, HTML, or CSS and alt+tab back to VS to fix it
you are viewing a single comment's thread
view the rest of the comments
[–] erogenouswarzone@lemmy.ml 1 points 1 year ago

Didn't atom get taken over by something else, and it's not supported anymore?