• boomzilla@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      9 months ago

      I’m have done both, Spring Boot and Laravel on BE and Vue, Svelte and React on FE.

      Don’t believe the FUD. Vue and Svelte are fun if you have a moderate understanding of HTML, JS/TS and CSS in your sleeve and those reactive frameworks are indefinitely better than vanilla JS or jQuery. React is another beast and I really didn’t like working with it.

      Both Vue and Svelte have nice setup tools for NPM/PNMP (I’d recommend the latter) that create template applications in a few minutes which immediately run inside a local dev-server. Change some code and changes are immediately reflected inside the browser. It’s really a nice DX. And both frameworks have very nice ecosystems and GUI frameworks, e.g. VueUse or shadcn-svelte.

      • naught@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        React is fine too with the right tooling. Next.js, create-t3-app, vite etc. are all nice. I think svelte has fewer unfamiliar mental models and hurdles to initial development though. I tried vue years ago and found react made far more sense to me for some reason.

    • dependencyinjection@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      It’s really not that bad if your SE sets good standards.

      We use C#, Entity Framework, and GraphQL for the BE.

      Then TypeScript React for the FE. Now using Vite where we used to use CRA.