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.

Show HN: Easy React Universal App Example

9 pointsby tonyspiroover 9 years ago

2 comments

tonyspiroover 9 years ago
I added some new sentences to the README.md file which explains the organization:<p>&quot;I tried to keep the organization as simple as possible. There are no client, server or shared component folders. All components are shared and the only difference between client and server are the entry points (app-client.js, app-server.js, app-deploy.js).&quot;<p>I think there are a lot of universal react example boilerplates out there that over-complicate the app components.
realalexhomerover 9 years ago
Nice code, interesting how you split the server and the app into to different app.js files.<p>I was wondering if you can speak to how fast rendering react is on the server side now that 0.14 is out? I&#x27;ve heard somewhat negative things about doing it on 0.13, but 0.14 seemed like it might make a difference.<p>Thanks
评论 #10544006 未加载