Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • create-t3-app

    The best way to start a full-stack, typesafe Next.js app

  • I would recommend - https://create.t3.gg/

    It uses the following, which as of late are pretty well know and common, so you can punch in your problems to stackoverflow, google, or chatgpt and get some pretty good answers.

    It uses:

    Nextjs (React), typescript, trpc (typescript rpc), auth, tailwind, and Prisma (ORM)

    Though of course these could go out of fashion tomorrow, but I don't think the essential idea behind these libs and frameworks are that wacky, unique or unordinary.

    Prisma ORM, is a little opinionated, and you could swap it out for Drizzle, which is basically typescript side sugared SQL.

    TRPC might be also be a little sticky because it is tied to typescript, this is the tradeoff for the buttery smooth coupling for the fullstack experience. I think there exists a typed-rest solution out there, but haven't used it.

    Personal anecdata, I used this stack for a little hobby project and it was FUN.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • leptos

    Build fast web applications with Rust.

  • I'd use https://leptos.dev because you can use a fully typed language (Rust) that is super fast in the backend and also in the frontend (see https://krausest.github.io/js-framework-benchmark/2024/table...)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Preventing account sharing with Clerk

    3 projects | dev.to | 3 Jun 2024
  • Interview with Senior JavaScript Developer 2024 [video]

    3 projects | news.ycombinator.com | 14 Apr 2024
  • Leaving Everything Behind For Elixir [Theo – t3․gg] [video]

    1 project | news.ycombinator.com | 28 Feb 2024
  • Building a Local Development Environment: Running a Next.js Full-Stack App with PostgreSQL and Minio S3 Using Docker

    3 projects | dev.to | 6 Jan 2024
  • React Fullstack with which backend - 2023 ?

    1 project | /r/reactjs | 8 Dec 2023