TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's a batteries-included framework that's React-first?

10 点作者 vimota大约 1 年前
What&#x27;s the closest thing to Rails, Laravel or Django but works really well with React or Svelte like Nextjs?<p>Doesn&#x27;t seem like it exists - why not? React&#x2F;Svelte clearly won on the frontend, but nextjs leaves a lot to be desired on the full stack DX. I&#x27;m looking for something more opinionated and full-featured like the traditional frameworks but that has first class support for modern frontend.

6 条评论

hot_town大约 1 年前
What you&#x27;re looking for is Wasp -- <a href="https:&#x2F;&#x2F;wasp-lang.dev">https:&#x2F;&#x2F;wasp-lang.dev</a><p>It&#x27;s a true full-stack framework and even bills itself as a &quot;Rails-like fullstack framework for React, NodeJS, &amp; Prisma&quot;<p>It manages all the boilerplatey stuff for you like Auth, Routes, Jobs, TypeSafety, Email sending, Deployments
dudus大约 1 年前
I really like Astro and Quik.<p>If you want to take a step further start from a template like astrowind.<p>It&#x27;s opinionated performant and works really well with react, Svelte, or any other fe framework. You can even mix and match them.<p>But for what you are looking for you are better served by combining it with firebase or a firebase clone.
dudboi大约 1 年前
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?
评论 #40068179 未加载
meiraleal大约 1 年前
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.
评论 #40076112 未加载
vimota大约 1 年前
inertiajs.com is one interesting approach to solving this by making React work somewhat natively in Rails&#x2F;Laravel&#x2F;Django - are there others?
JLCarveth大约 1 年前
Deno&#x27;s Fresh uses Preact
评论 #40068204 未加载