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.

Campfire v4: cozy, minimal web framework for building interactive web apps

2 pointsby _shantaramabout 1 month ago

1 comment

_shantaramabout 1 month ago
Hi! I&#x27;ve spent the past few weeks rebuilding my web framework with a bunch of new stuff and I&#x27;d love to hear what you all think! It&#x27;s got fine-grained reactivity but tries to stay as close to the DOM as possible (all methods work with HTMLElement and standard JS features) but still provide an easy-to-use API, and fits in under 5kb gzipped. A lot of the methods and utils can also be used on the server, though there isn&#x27;t really anything SSR-specific yet.<p>Source code is on GitHub (<a href="https:&#x2F;&#x2F;github.com&#x2F;xyzshantaram&#x2F;campfire">https:&#x2F;&#x2F;github.com&#x2F;xyzshantaram&#x2F;campfire</a>), PRs welcome :)