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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

React to the Future with Isomorphic Apps

4 点作者 potench大约 10 年前

1 comment

ivan_ah大约 10 年前
An interesting article showing a minimum viable rendering of a React component.<p>Here&#x27;s a variation on the same components rendered by &#x27;django-react&#x27;: <a href="https:&#x2F;&#x2F;github.com&#x2F;ivanistheone&#x2F;djangoiso" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ivanistheone&#x2F;djangoiso</a><p>It would be interesting to do performance comparisons:<p><pre><code> client --&gt; nginx --&gt; node.js </code></pre> vs<p><pre><code> client --&gt; nginx --&gt; uWSGI --&gt; django &lt;--django_node--&gt; node.js </code></pre> I know who&#x27;ll win, but still good to know by how much.