|
|
|
|
|
by petepete
3146 days ago
|
|
I started off hating the idea of single page components; I'd have much rather had a component reside within a directory (with template.html, style.sass and script.es6.js files or whatever) but in reality, so long as you keep your templates light and do any heavy lifting elsewhere, it's quite manageable. Newer JavaScript functionality makes that work nicely. Almost all of my components fit on one screen. |
|