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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: fixi.js – minimal general hypermedia controls

3 点作者 recursivedoubts3 个月前
hey HN, i have been working on an extremely minimal implementation of htmx called fixi.js<p>the idea with this project is to boil the concept of generalized hypermedia controls down to the absolute essence, keeping the library as small as possible while still being useful<p>it doesn&#x27;t have a lot of the niceties of htmx and almost certainly will require some javascript work for real-world usages (it&#x27;s designed to be extended via events) but might appeal to people comfortable with JS and who like ultra-minimalism<p>the minimalism also extends to the project itself, which consists of three files: fixi.js, README.md and test.html. There are no dependencies (i wrote my own hack of a visual testing harness), no build step, no minification and fixi isn&#x27;t distributed via NPM. The fixi.js file itself is 3268 bytes, unminified and uncompressed, and 1176 bytes when brotli compressed.<p>i don&#x27;t expect this to be nearly as widely adopted as htmx due to the minimal ergonomics, but thought people here might find it interesting

1 comment

deosjr2 个月前
A bit late, but just saw this and wanted to say I appreciate the minimalism of this a lot!