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 HS: Are there any front-end web frameworks that use only JavaScript?

2 pointsby jakemorover 9 years ago
For example, if you wanted to have a title centered on the page you might do something like...<p>var page = new Page();<p>var label = new Label(); label.x = page.width&#x2F;2; label.y = page.height&#x2F;2; label.text = &quot;Hello, World!&quot;; label.textColor = new Color(r: 1, g: 0, b: 0);<p>page.add(label);<p>etc.

no comments

no comments