2
submitted 8 months ago* (last edited 8 months ago) by velox_vulnus@lemmy.ml to c/javascript@lemmy.ml

I'm a full-stack developer, looking for an internship at the moment. I feel like I'm really tired of React and Svelte. I am so done with how there's a lot of moving parts and complexity introduced by various tools, like ESLint, Prettier, TypeScript, and Tailwind. Can I work on a back-end application of my choice, while also having the freedom to not use a JavaScript runtime, in a professional environment? Can I also do modern JS stuff like tree-shaking, minification and code-splitting? How viable would be it to do so? And would it be easier to maintain?

you are viewing a single comment's thread
view the rest of the comments
[-] snowe@programming.dev 2 points 8 months ago

I hardly ever use JS, even though I’ve written several websites. The fact that people default to JS when most websites can be simple static html/css sites is one of the big problems with today’s internet in my opinion. You don’t need to do tree shaking, minification, etc when you only have 5 lines of JS in order to make a button send a form or whatever. CSS can also do insane amounts of things that you needed JS to do in the past. Even pop up menus and stuff is now built in.

this post was submitted on 28 Dec 2023
2 points (66.7% liked)

JavaScript community

829 readers
3 users here now

A community about JavaScript, the ECMAScript standard, and programs that make use of JS such as Node.js.

founded 5 years ago
MODERATORS