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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Building with Rails-API and Next.js

2 点作者 luizsantana10 个月前
In order to deal with my productivity I decided to build my own email client with Rails-API and next.js front-end.<p>All in all, the experience was very nice. The product is live and it is pretty useful.<p>But to migrate from Rail-API to use hotwire, is this an option? Seems pretty hard. Not to mention away moving from Next.js.<p>Did anyone went through that? Any good strategies for that?

1 comment

whatnotests210 个月前
A lateral move, maybe, but have you taken a good look at Sveltekit?<p>Specifically, Sveltekit + drizzle-orm + zod + SuperForms. It works pretty well, IMO.<p>Still, nothing comes close to the out-of-the-box functionality which Rails offers.