I'm aware of TodoMVC, kind of THE benchmark to be able to see how different frameworks solve the same problem and what that code would look like. I wonder, is there another similar project, but slightly more complex? Including authentication at the very least?

This page summarizes the projects mentioned and recommended in the original post on /r/sveltejs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • nestjs-realworld-example-app

    Exemplary real world backend API built with NestJS + TypeORM / Prisma

  • This might be a bit controversial but mostly authentication is framework agnostic. Usually the part you care about is access rights which is usually handled by your routing library. But I get what you're referring to. Hacker news and medium are weirdly the alternatives you might be looking for. You can checkout realworld and hnpwa to see examples for those in different frameworks.

  • 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
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