Skip to content

Modern SPAs without bundlers, CDNs, or NodeJS

Kofi Gumbs:

I typically start new front-end prototypes with a single HTML file that I view using a file:// URL. I enjoy this practice of incrementally growing my projects, so I’ll keep working in that single file for as long as I can. Once it becomes unwieldy, I’ll split out the CSS and JavaScript into dedicated files. Then when manual DOM manipulation gets too complex, I’ll reach for a front-end framework. […]

Hacker News discussion.

Comments