@zachleat Stop that.
@JimEckmage @biilmann @Netlify @slpng_giants FYI, the old campaign which was causing this was disabled within a few minutes of this report. Thanks for pointing it out.
@djeglin Yay! You could use Netlify Functions as your API layer for anything. Giving you all those nice things like automated builds, branch builds, preview builds, A/B testing, rollbacks.. that you enjoy already on your sites... but for #serverless functions.
https://www.netlify.com/features/functions/
https://www.netlify.com/features/functions/
@codemzy @Netlify 👍 In those few places where pre-rendering at build time is not going to cut it, you might indeed use functions to server-render. This example explores using #expressJS that way:
https://github.com/DavidWells/netlify-functions-express
https://github.com/DavidWells/netlify-functions-express
@gauntface @Netlify Thanks Matt!
I wish I could take any of the credit. The product and platform teams work so hard to make the experience that slick. I'm constantly in awe.
Glad it looks good to you.
...what took you so long? 😘
I wish I could take any of the credit. The product and platform teams work so hard to make the experience that slick. I'm constantly in awe.
Glad it looks good to you.
...what took you so long? 😘
@scottmathson @Netlify @kpcb @a16z @SlackHQ @Yelp @github @figmadesign Thanks Scott! Exciting times :)
@petebray @NetlifySupport @Netlify That's most odd. Sorry for the slow response here on twitter, Pete... the better route to get support is via https://www.netlify.com/support
I recommend sending this question there so that it is sure to get into the support system.
I recommend sending this question there so that it is sure to get into the support system.
@lesliecdubs @Netlify Hooray hooray hooray!
@DKundel @Netlify You can't force stop a running deploy through the UI. I recommend letting the support team know. They'll help if this has not cleared itself.
Best route to that team 👉 https://www.netlify.com/support
Best route to that team 👉 https://www.netlify.com/support
@budparr Thanks Bud!
Phil Hawksworth
@philhawksworth •
"We’re not trying to make managing infrastructure easy. We want to make it totally unnecessary"
I love this sentiment expressed by @biilmann while talking about @Netlify's latest funding round! 👌 https://twitter.com/VentureBeat/status/1049645887331454976
I love this sentiment expressed by @biilmann while talking about @Netlify's latest funding round! 👌 https://twitter.com/VentureBeat/status/1049645887331454976
Phil Hawksworth
@philhawksworth •
RT @Netlify: ⚡️Announcing that we have raised an additional $30m led by @kpcb’s Mamoon Hamid, with @a16z and the founders of @SlackHQ @Yelp…
@HenriHelvetica I was JUST looking into that!
(Any rumours that the conference was organised in such a way as to help me get to Warriors games are totally unfounded)
(Any rumours that the conference was organised in such a way as to help me get to Warriors games are totally unfounded)
@sankalped @Netlify Great. Both excellent options.
If it helps, I blogged a little about the most popular static site generators a month or so ago (and @Neltify should support running most any SSG to generate and deploy your site for you)...
https://www.netlify.com/blog/2018/08/24/the-top-10-ssgs-of-2018-according-to-staticgen-and-github/
If it helps, I blogged a little about the most popular static site generators a month or so ago (and @Neltify should support running most any SSG to generate and deploy your site for you)...
https://www.netlify.com/blog/2018/08/24/the-top-10-ssgs-of-2018-according-to-staticgen-and-github/
@sankalped @Netlify It doesn't.
There is no webserver to perform server-side rendering at request-time. Instead think of @Netlify as a CDN to serve your pre-rendered sites. Includes are typically performed by the templating of a SSG at build time.
See https://www.staticgen.com/ for leading SSGs
There is no webserver to perform server-side rendering at request-time. Instead think of @Netlify as a CDN to serve your pre-rendered sites. Includes are typically performed by the templating of a SSG at build time.
See https://www.staticgen.com/ for leading SSGs