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.

Ask HN: Best tech stack in 2024 to build a fast dashboard web app?

2 pointsby imnotreallynewover 1 year ago
I have a new project that needs a landing page, a signup flow, and a dashboard section displaying some data from a database.<p>I highly prefer simple, blazing fast websites like Hacker News and Craigslist that load near instantly.<p>I’ve got a little experience with Rails, React, Java&#x2F;Kotlin (Android), and node&#x2F;express.<p>Is there a particular tech stack that would be suitable for building something where load speed is a priority? I am more than happy to learn a new stack for this project. Thank you!

5 comments

hdlothiaover 1 year ago
Cloudflare edge backends are supposedly really fast. Stuff like kv, durable objects, hono.js mixed with your frontend framework of choice.<p>But I feel like for 10 or so pages it won&#x27;t really matter what you choose.As long as your queries are good you should be fine.<p>Edited to add links:<p><a href="https:&#x2F;&#x2F;hono.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hono.dev&#x2F;</a><p><a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;cloudflare-workers-serverless-week&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;cloudflare-workers-serverless-we...</a>
XCSmeover 1 year ago
I still like HTML+PHP, easy to deploy, no build process, can share code across pages, no packages to maintain or keep updated, no dependencies to install, no server-crashes as each request is independent etc.
cranberryturkeyover 1 year ago
<a href="https:&#x2F;&#x2F;primatejs.com" rel="nofollow">https:&#x2F;&#x2F;primatejs.com</a>
hdlothiaover 1 year ago
<a href="https:&#x2F;&#x2F;qwik.builder.io&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qwik.builder.io&#x2F;docs&#x2F;</a> also qwik
sgtover 1 year ago
Just try Django.
评论 #39155869 未加载