546
you are viewing a single comment's thread
view the rest of the comments
[-] Theharpyeagle@lemmy.world 41 points 1 year ago* (last edited 1 year ago)

Honestly, as a mainly backend dev wanting to do more full stack, webdev is frustratingly intimidating. I keep trying to look up best practices but there's so little in the way of consensus. "Use JQuery, no use Vue! React is better, but also React is clunky and bad. Write pure js, no don't that's a waste of time, at least use typescript." It's all such a mess and I spend so long trying to figure out what to use. I'm trying to just pick something and stick with it, but I keep worrying that I'm not doing things the best way.

[-] AVengefulAxolotl@lemmy.world 6 points 1 year ago

If you just want to try frontend, not trying to get a job there are these frameworks you should try:

  • Solidjs (love it so far) for a web application so SPA with separate backends
  • htmx to have a decently interactive website, it can be integrated with any webserver
  • astro for generating static sites

And i think everyone should use either Typescript or JSDoc for any bigger application.

[-] beeb@lemm.ee 6 points 1 year ago

Svelte is a happy middle ground between vue/react and SolidJS which is maybe too bleeding edge still

[-] AVengefulAxolotl@lemmy.world 4 points 1 year ago

Agreed on the svelte part.

But I think solidjs has a real chance of taking over React, because its similar, meaning JSX and hooks, but without the footguns. After using React, its so much cleaner and easier to work with, i cannot recommend it enough.

[-] dubbel@discuss.tchncs.de 2 points 1 year ago

Thanks for recommending it, it does look really nice. I'll definitely check it out when a fitting project comes along.

load more comments (1 replies)
load more comments (39 replies)
this post was submitted on 08 Sep 2023
546 points (94.2% liked)

Programmer Humor

19463 readers
212 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS