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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Create Next App

57 点作者 montogeek大约 8 年前

3 条评论

fouadmatin大约 8 年前
Hey HN! I&#x27;m Fouad from engineering team at Segment.<p>We built `create-next-app` after we started playing around with Next.js a couple months ago and slowly found ourselves creating more &amp; more micro-next websites. When optimizing React for SEO or fast page loads, you really need to render pages server-side and Next makes that incredibly easy.<p>We&#x27;d been using Create React App for a while for UIs on top of our backend services and thought why can&#x27;t we just use Next the same way?<p>Here&#x27;s how it works:<p>$ npm install -g create-next-app $ create-next-app my-app<p>or<p>$ create-next-app --example with-socket.io my-app<p>(search through examples at <a href="https:&#x2F;&#x2F;open.segment.com&#x2F;create-next-app#examples" rel="nofollow">https:&#x2F;&#x2F;open.segment.com&#x2F;create-next-app#examples</a>)<p>We have a few more ideas for how to improve (like combining examples!) and would love feedback on what y&#x27;all would like to see - let us know here: <a href="https:&#x2F;&#x2F;github.com&#x2F;segmentio&#x2F;create-next-app&#x2F;issues" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;segmentio&#x2F;create-next-app&#x2F;issues</a>
评论 #14228714 未加载
patates大约 8 年前
Not to take away from your great work but... No love for offline?
评论 #14228130 未加载
jaequery大约 8 年前
500 error
评论 #14227898 未加载
评论 #14227933 未加载