logoalt Hacker News

dheerayesterday at 3:45 AM1 replyview on HN

Not have to "build" anything. You edit code and it is already deployed on your dev instance.

Deploying to production is just scp -rv * production:/var/www/

Beautifully simple. No npm build crap.


Replies

jack_ppyesterday at 4:08 AM

You trade having to compile for actually having code that can scale

show 4 replies