Live data from Hacker News

Netlify Dev

netlify.com

1–10 of 237 posts

Re: Netlify Dev

#3
This is exciting news.

How do you see `netlify dev` comparing to `firebase serve`? The `--live` feature sounds great and I can imagine the config variables are handled better, but otherwise I'm anticipating a similar experience. Is that correct or am I missing something core?

Re: Netlify Dev

#4
My friends have used netlify for dev deployments, and it worked out pretty well as a hosted solution.

For this product I'm wondering what does this give over, running setup and deployment scripts locally? Or running a VM connected to CI server that would run test and production deployment?

Re: Netlify Dev

#5
Is this like working/collaborating on glitch.com/codesandbox (auto building, hot reloading) BUT being able to do it offline (train,plane dev) and then just push with one command ?

I guess i can see the value since i do realise im dependant to my internets connection to do some dev this last days (im a hacky ceo).

Re: Netlify Dev

#6
I instantly thought of the incomplete/error prone Zeit Now dev that was introduced a few weeks ago. If this(Netlify Dev) can replicate the entire system stably I might move on to Netlify Edge. Replicating and testing is a pretty big deal :-)

Offtopic, but can anyone explain the differences between Zeit Now v2 and Netlify Edge?

Re: Netlify Dev

#7

I instantly thought of the incomplete/error prone Zeit Now dev that was introduced a few weeks ago. If this(Netlify Dev) can replicate the entire system stably I might move on to Netlify Edge. Replicating and testing is a pretty big deal :-) Offtopic, but can anyone explain the differences between Zeit Now v2 and Netlify Edge?

Yes, I have the feeling the whole "replicate locally" goes in the wrong direction.

You're just lying to yourself when saying local is the same as cloud...

Re: Netlify Dev

#8

My friends have used netlify for dev deployments, and it worked out pretty well as a hosted solution. For this product I'm wondering what does this give over, running setup and deployment scripts locally? Or running a VM connected to CI server that would run test and production deployment?

The dev command includes support for some of their edge logic (redirects, proxying) and functions with first class support.

Re: Netlify Dev

#9
Massive respect to the Netlify team. I played around with having my static site hosted by them (for free!) and got only a modicum of extra performance from a $5/mo Digital Ocean droplet.

With this ngrok competitor making it easier to experiment with lambdas/serverless technologies, they're creating a compelling reason to use them for production builds.

Re: Netlify Dev

#10

My friends have used netlify for dev deployments, and it worked out pretty well as a hosted solution. For this product I'm wondering what does this give over, running setup and deployment scripts locally? Or running a VM connected to CI server that would run test and production deployment?

For one, there is nothing to configure with Netlify Dev.
Post reply on HN