Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HS: Are there any front-end web frameworks that use only JavaScript?
2 points by jakemor on Jan 21, 2016 | hide | past | favorite
For example, if you wanted to have a title centered on the page you might do something like...

var page = new Page();

var label = new Label(); label.x = page.width/2; label.y = page.height/2; label.text = "Hello, World!"; label.textColor = new Color(r: 1, g: 0, b: 0);

page.add(label);

etc.



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: