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: JavaScript frameworks for front end apps hosted on GH Pages

2 pointsby darcys22almost 8 years ago
I&#x27;ve built quite a few javascript tools that are hosted on github pages. They are usually simple calculators or forms that output a to a table or a csv and I do this mostly in plain javascript.<p>However a lot of times if I want to make the app more powerful I find that I miss having the features of a framework (Like binding form elements to variables).<p>I have found that many JS frameworks don&#x27;t like that im not using a server to serve the pages (Vue really doesn&#x27;t like it).<p>Are there any frameworks out there that are friendly with github pages and will let me build more powerful front end only apps?

no comments

no comments