One of the testimonials: "From now on, I think I'm going to strive to build all my apps as fully static sites." What? I can understand the idea of not overcomplicating an app when you don't need to, but how does this goal make sense for anyone who wants to build anything non-trivial?
Surge – Static Web Publishing for Front-End Developers
31–40 of 80 posts
Re: Surge – Static Web Publishing for Front-End Developers
#32One of the testimonials: "From now on, I think I'm going to strive to build all my apps as fully static sites." What? I can understand the idea of not overcomplicating an app when you don't need to, but how does this goal make sense for anyone who wants to build anything non-trivial?
I agree it's a hyperbolic claim but it can work depending on the domain.
Re: Surge – Static Web Publishing for Front-End Developers
#33One of the testimonials: "From now on, I think I'm going to strive to build all my apps as fully static sites." What? I can understand the idea of not overcomplicating an app when you don't need to, but how does this goal make sense for anyone who wants to build anything non-trivial?
This is the whole point of JavaScript frameworks to me. And definitely not trivial stuff.
Re: Surge – Static Web Publishing for Front-End Developers
#34Their price is TBD, but they have a cool "quick and easy revert" feature.
Re: Surge – Static Web Publishing for Front-End Developers
#35Re: Surge – Static Web Publishing for Front-End Developers
#36Along similar lines I have been playing with Bitbucket Pipelines and Hugo to build static websites on commit and deploy them to S3 buckets. Really like the way they use docker containers as build agents, it's very tidy: https://github.com/rabidgremlin/hugo-s3
Regarding static site deployment specifically, Aerobatic (https://www.aerobatic.com/) have a similar static site publishing offering via a Bitbucket add-on, though it uses Lambda rather than Pipelines. They've got a couple of other nifty features like auto-renewing SSL certificates, too.
Re: Surge – Static Web Publishing for Front-End Developers
#37Is there a difference between what Surge offers versus ngrok? (Genuinely curious, not trying to imply that "this has been done before" or shouldn't exist!)
Re: Surge – Static Web Publishing for Front-End Developers
#38One of the testimonials: "From now on, I think I'm going to strive to build all my apps as fully static sites." What? I can understand the idea of not overcomplicating an app when you don't need to, but how does this goal make sense for anyone who wants to build anything non-trivial?
Done this many times, in fact currently I deploy to S3 (look for "static website") and the static site interacts with an API. This is the whole point of JavaScript frameworks to me. And definitely not trivial stuff.
What does it matter if your front endpoint is on S3 or being served by your own web server? Delivering static assets isn't that hard and you don't solve a lot by hosting the front end point of your app on S3.
Your bottleneck is way more likely to be your API long before static asset serving is a problem.
Re: Surge – Static Web Publishing for Front-End Developers
#39One of the testimonials: "From now on, I think I'm going to strive to build all my apps as fully static sites." What? I can understand the idea of not overcomplicating an app when you don't need to, but how does this goal make sense for anyone who wants to build anything non-trivial?
Done this many times, in fact currently I deploy to S3 (look for "static website") and the static site interacts with an API. This is the whole point of JavaScript frameworks to me. And definitely not trivial stuff.
Re: Surge – Static Web Publishing for Front-End Developers
#40Just yesterday I mentioned that I was using git and my gf assumed I meant github. She (not a developer) thought that git was a product sold by github.