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: Trello-Like Application with WebComponents

1 pointsby akselsabout 6 years ago

1 comment

akselsabout 6 years ago
Hi HN,<p>Context: This was the subject of an assignment for a company (tech test).<p>I created a really (lightweight) version of trello-like board with only web components. It was a fun project to do. I use ReactJS in my day-to-day work and it was really interesting to come back to basics and see that you could build applications from scratch without any framework. Loading speed is amazing, it&#x27;s like we are forgetting that we can do simple applications without bloated frameworks. In addition, it felt good writing some vanilla js.<p><a href="https:&#x2F;&#x2F;caniuse.com&#x2F;#feat=custom-elementsv1" rel="nofollow">https:&#x2F;&#x2F;caniuse.com&#x2F;#feat=custom-elementsv1</a><p>Beware, WebComponents are not supported in every browser<p>Would be grateful for your feedback.<p>Many thanks.<p>(Of course this project has nothing to do with the real Trello, it&#x27;s only a POC.)