TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create Next App

57 pointsby montogeekabout 8 years ago

3 comments

fouadmatinabout 8 years ago
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 未加载
patatesabout 8 years ago
Not to take away from your great work but... No love for offline?
评论 #14228130 未加载
jaequeryabout 8 years ago
500 error
评论 #14227898 未加载
评论 #14227933 未加载