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.

Server side rendering with prefetch

3 pointsby bloomcaalmost 8 years ago

1 comment

bloomcaalmost 8 years ago
Personally, I am a little bit sad that libraries authors don&#x27;t pay enough attention to the approach of &quot;lightweight&quot; rendering, where we will effectively create a graph of components and just invoke lifecycle hooks on them.<p>I feel that executing the same code brings much more benefits over this overhead of rendering same thing twice.