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: Made a require hook to use JSX in Node

1 pointsby cfvabout 5 years ago
Hi HN! In a bout of Not Invented Here syndrome I decided to do away with Babel, mostly because I wanted the hobby project I&#x27;m working on to have as little dependencies as I could manage.<p>So I made Gasket ( https:&#x2F;&#x2F;github.com&#x2F;ground-hogs&#x2F;gasket ) to parse the JSX into JS and Castella ( https:&#x2F;&#x2F;github.com&#x2F;ground-hogs&#x2F;castella ) to allow the usage of render functions so I can modularize a bit.<p>It&#x27;s very much not production ready and might take a long while to actually be, but I&#x27;m actually kinda proud of this; what do you think? Are there any obvious improvement opportunities I&#x27;m missing?

no comments

no comments