• AVengefulAxolotl@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    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
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

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