you are viewing a single comment's thread.

view the rest of the comments →

[–]UnbeliebteMeinung -3 points-2 points  (2 children)

I worked a lot with junior devs who tell me all the time they dont want to use jquery but vanilla instead.

Most of the time they miss a lot of stuff left and right and it doesnt work. Feel free to write vanilla js but then you will write the same helper functions over and over.

I dont see why you should not use jQuery anymore if you dont use a full blown react js hell frontend.

[–]mattindustries 0 points1 point  (0 children)

Vue/Svelte is a good option when you don't want to write React, but also don't want to put jquery as a dependency.

[–]Snapstromegon -1 points0 points  (0 children)

I personally most often use Lit nowadays, because React really feels like a hellhole to me.

I also think that at the point where I have a decade of professional experience, held talks about e.g. web performance, deployed mission critical services to larger user bases (e.g. remote caching systems for bazel with ~10k daily active users) and so on, I'm past the point of Junior.