this post was submitted on 08 Sep 2023
532 points (93.6% liked)

Programmer Humor

19618 readers
1 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] AVengefulAxolotl@lemmy.world 6 points 1 year ago (1 children)

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 3 points 1 year ago

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