The Case for HTML First Web Development
Juho Veps\"al\"ainen

TL;DR
This paper advocates for an HTML First approach in web development, emphasizing minimalism and leveraging HTML's semantics to improve maintainability, performance, and developer experience, especially when combined with server-side logic and hypermedia.
Contribution
It introduces the HTML First development paradigm, demonstrating its benefits through comparisons and a case study, and discusses its potential advantages over traditional framework-centric methods.
Findings
HTML First reduces codebase size and complexity.
Content-oriented websites benefit from performance improvements.
HTML First aligns with web standards and developer preferences.
Abstract
Since its introduction in the early 90s, the web has become the largest application platform available globally. HyperText Markup Language (HTML) has been an essential part of the web since the beginning, as it allows defining webpages in a tree-like manner, including semantics and content. Although the web was never meant to be an application platform, it evolved as such, especially since the early 2000s, as web application frameworks became available. While the emergence of frameworks made it easier than ever to develop complex applications, it also put HTML on the back burner. As web standards caught up, especially with milestones such as HTML5, the gap between the web platform and frameworks was reduced. HTML First development emphasizes this shift and puts focus on literally using HTML first when possible, while encouraging minimalism familiar from the early days of the web. It…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMobile and Web Applications · Web Applications and Data Management · Web Data Mining and Analysis
