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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: El – Minimal front-end application framework based on Web Components

4 点作者 dxchester超过 2 年前

2 条评论

Existenceblinks超过 2 年前
Looks clever but how about performance compared to, for example Preact+Signal or Solid? I suspect what would slow it is the use of Proxy.
dxchester超过 2 年前
Hey! This project started as a few lines of code that we copy&#x2F;pasted around to get us reactivity on top of raw Web Components here and there. As we have used it for more intensive internal dashboards and other projects, it has evolved into a nice little alternative to React &#x2F; Vue &#x2F; lit-element.<p>There&#x27;s a starter repo here if you want to try it out: <a href="https:&#x2F;&#x2F;github.com&#x2F;frameable&#x2F;el-starter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;frameable&#x2F;el-starter</a>