Y
Hacker News
new
|
ask
|
show
|
jobs
by
segbedji
994 days ago
Wouldn't that be much overhead? I was thinking just having a CLI where you'd choose the things you want, and the boilerplate gets scaffolded automatically with those.
1 comments
jagged-chisel
994 days ago
The frontend js ecosystem has dead code elimination, so when it’s built, only what you actually called comes along.
link