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: As a backend, how do you do your sideproject’s front end?

4 pointsby tiotempestadeabout 5 years ago
I really hate the JS ecosystem.. I’ve tried several times to adopt it and I just find the thing ugly as .... am I stuck?

2 comments

rwollabout 5 years ago
A frontend does not require JavaScript. I&#x27;ve made quite a few useful MVPs and internal tools whose frontend solely consists of dynamically generated HTML pages served via a Python Flask server with Jinja for templating or a Go server with its native template&#x2F;html package for templating.<p>If you want to polish the UI a bit consider throwing in some simple CSS—either handrolled or prebuilt with Bootstrap or Semantic UI.<p>This reply assumes the project serves the UI over the web. For applications that are not hosted apps, I&#x27;ve had CLI tools just spin up a local server with the UI for a quick proof of concept UI.
评论 #23047847 未加载
ve55about 5 years ago
It depends on what you&#x27;re building, but I&#x27;ve managed to make a lot of nice services with pretty minimal Javascript. This is obviously not possible for many types of services, but if you do need it, you could keep trying new frameworks until you find one that really works for you, or perhaps have someone else help you out or work on the JS.
评论 #23047859 未加载