• by hot_town on 4/18/2024, 1:39:13 PM

    What you're looking for is Wasp -- https://wasp-lang.dev

    It's a true full-stack framework and even bills itself as a "Rails-like fullstack framework for React, NodeJS, & Prisma"

    It manages all the boilerplatey stuff for you like Auth, Routes, Jobs, TypeSafety, Email sending, Deployments

  • by dudus on 4/17/2024, 6:17:58 PM

    I really like Astro and Quik.

    If you want to take a step further start from a template like astrowind.

    It's opinionated performant and works really well with react, Svelte, or any other fe framework. You can even mix and match them.

    But for what you are looking for you are better served by combining it with firebase or a firebase clone.

  • by dudboi on 4/17/2024, 5:56:12 PM

    Nextjs feels like the de facto framework. Throw on Prisma and you should be all set. When you say it leaves a lot to be desired, what specifically do you think is lacking?

  • by meiraleal on 4/18/2024, 1:04:01 PM

    It is node.js. You compose it with the libraries you want. No fullstack NodeJS backend got enough traction to be a name the community recommend.

  • by vimota on 4/17/2024, 5:48:05 PM

    inertiajs.com is one interesting approach to solving this by making React work somewhat natively in Rails/Laravel/Django - are there others?

  • by JLCarveth on 4/17/2024, 6:04:14 PM

    Deno's Fresh uses Preact