
Phil Hawksworth
@philhawksworth •
RT @Netlify: We've been cooking up ways to make it easier for you to integrate @Netlify into your @vuejs Apps. Here's one on using Netlify…

@punkeel @notwaldorf @GoHugoIO @Netlify Managing my own caching infrastructure with confidence.
(disclaimer: I've never done this with total confidence)
(disclaimer: I've never done this with total confidence)

Phil Hawksworth
@philhawksworth •
RT @docllns: Just put a crumpet in the toaster, and Paul Hollywood nipped in and shook my hand. #gbbo

@Sohil_is Nice!
Starting to plan one of those for November, BTW.
Starting to plan one of those for November, BTW.

@hey_stac Loved it. Thanks for having me.

@smakosh @Netlify @gatsbyjs Hmmm. I'm struggling to debug this right now (I'm on the move). Since you're handling the submission manually from your JavaScript, what kind of debug have you tried to ensure that all these values are populated & submitted? 100% certain all are present and correct when you post?

@smakosh @Netlify @gatsbyjs Aha. When you submit the form data, you've omitted the recaptcha value. So your form submission would be viewed as spam and ignored.
https://github.com/smakosh/smakosh.com/blob/master/src/components/ContactPage/ContactForm/index.jsx#L108
The reference examples submits everything, including the global recapture value. See here:
https://github.com/imorente/gatsby-netlify-form-example/blob/master/src/pages/recaptcha.js#L35
https://github.com/smakosh/smakosh.com/blob/master/src/components/ContactPage/ContactForm/index.jsx#L108
The reference examples submits everything, including the global recapture value. See here:
https://github.com/imorente/gatsby-netlify-form-example/blob/master/src/pages/recaptcha.js#L35


@smakosh @Netlify It looks like you're using @gatsbyjs for your site, and that it doesn't expose a form as HTML (which the Netlify build bots need in order to create a form API for you)
There is some good info on this in the docs: https://www.netlify.com/docs/form-handling/#javascript-rendered-forms
and an example:
https://github.com/imorente/gatsby-netlify-form-example
There is some good info on this in the docs: https://www.netlify.com/docs/form-handling/#javascript-rendered-forms
and an example:
https://github.com/imorente/gatsby-netlify-form-example

Phil Hawksworth
@philhawksworth •
Video of a recent talk about #JAMstack and SSGs at (the wonderfully) @hey_stac in Leeds. Including:
⚡️ Automating deploys to reduce friction
⚡️ The SSG landscape
⚡️ Static vs dynamic hosting
⚡️ CDN routing for localisation
https://heyst.ac/talks/static-site-generators-are-here-to-stay-and-what-netlify-is-doing-to-help
⚡️ Automating deploys to reduce friction
⚡️ The SSG landscape
⚡️ Static vs dynamic hosting
⚡️ CDN routing for localisation
https://heyst.ac/talks/static-site-generators-are-here-to-stay-and-what-netlify-is-doing-to-help

@Scott_Helme Autocorrect knows best.

@Scott_Helme I seems to be such a common misunderstanding.

Phil Hawksworth
@philhawksworth •
Pretty bloody excited to get the chance to be the host for this night! https://twitter.com/philhawksworth/status/1044145398879858688

Phil Hawksworth
@philhawksworth •
People of #StAlbans, if you enjoyed @comedyincrown, you'll love this: We're now @ItsHumdingers and are bringing Ivo Graham and 3 other superb #comedy acts to @AbbeyTheatreStA this Thursday night.. for a tenner!
Grab one of the remaining tickets now!
🎟 👉 https://www.humdingerscomedy.com
Grab one of the remaining tickets now!
🎟 👉 https://www.humdingerscomedy.com

@N_Tepluhina @mattbrailsford @vue_london @ConfBuddy @VueVixens @NativeScript @vuejs @nuxt_js Ha ha! I didn't spot that at first!

@johncarroll30 @vue_london @greggpollack @Codebryo @NikkitaFTW @Atinux @jakecodes @saltnburnem @jenlooper @Akryum @drosenwasser @youyuxi @blakenewman @CompuIves Thanks a lot, John!

@CompuIves @vue_london @blakenewman Thanks Ives! That's very kind.
My mind is still rather own by your @codesandboxapp demo. Talk to you soon.
My mind is still rather own by your @codesandboxapp demo. Talk to you soon.

@bencodezen Thanks Ben! It was great fun.
Lovely meeting you. Hope to cross paths at another event before too long.
Lovely meeting you. Hope to cross paths at another event before too long.

Phil Hawksworth
@philhawksworth •
🤩 Huge thanks to everyone at #Vue_london for making it so fun to be the MC.
'twas an honour to introduce:
@greggpollack
@Codebryo
@NikkitaFTW
@Atinux
@jakecodes
@saltnburnem
@jenlooper
@Akryum
@drosenwasser
@youyuxi
...and hats off to @blakenewman for making it all happen!
'twas an honour to introduce:
@greggpollack
@Codebryo
@NikkitaFTW
@Atinux
@jakecodes
@saltnburnem
@jenlooper
@Akryum
@drosenwasser
@youyuxi
...and hats off to @blakenewman for making it all happen!

@virtualandy @Netlify @gatsbyjs Ah oh. Oops! That's a hangover from when I used that for. For something ever so slightly different. Thanks for the heads up. I'll clean that up.