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: El – Minimal front-end application framework based on Web Components

4 pointsby dxchesterover 2 years ago

2 comments

Existenceblinksover 2 years ago
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.
dxchesterover 2 years ago
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>