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: GreenJS, add performant React pages to an existing site

7 pointsby colinchartierover 3 years ago

1 comment

colinchartierover 3 years ago
Me and a friend have been working on this small framework that wraps esbuild (<a href="https:&#x2F;&#x2F;esbuild.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;esbuild.github.io&#x2F;</a>), it adds a few javascript tags like &lt;Router&gt; and &lt;Head&gt;, then pre-renders pages with headless chrome and spits out a high performance webserver that can forward traffic to another website.<p>It&#x27;s built so that you can do &quot;start&quot;: &quot;concurrently &#x27;greenjs start -upstream-addr :8000&#x27; &#x27;rails dev&#x27;&quot; or equivalent for another web framework