@_jolvera @photomatt @zachleat @AtilaFassina @jamstackconf @eleven_ty @WordPress I also made this a couple of years ago.
https://css-tricks.com/jamstack-comments/

@photomatt @zachleat @AtilaFassina @jamstackconf @eleven_ty @WordPress That's one option. But I prefer to bake the comments in at build time.
APIs, events, webhooks, & automation give us the means to do so much at build time nowadays. Which was a motivation for giving "static" sites plus the powerful new tools/workflows a more encompassing name.
APIs, events, webhooks, & automation give us the means to do so much at build time nowadays. Which was a motivation for giving "static" sites plus the powerful new tools/workflows a more encompassing name.

@tayalasavari @Netlify Woohoo! A hearty welcome!

Phil Hawksworth
@philhawksworth •
People team: "Why is it proving hard to fill this role?"
Shawn (clears throat): https://t.co/OhenrbTPs6
Shawn (clears throat): https://t.co/OhenrbTPs6

@photomatt @AtilaFassina @zachleat @jamstackconf @eleven_ty @WordPress Well exactly. That’s why I was a little surprised to hear you argue that Jamstack sites are fragile balls of JavaScript.
As you point out, that’s a criticism of a given implementation of a web site. On whatever platform.
As you point out, that’s a criticism of a given implementation of a web site. On whatever platform.

@tkadlec This was amazing.
So grateful that you could be a part of the event. ❤️
So grateful that you could be a part of the event. ❤️


@zachleat @photomatt @jamstackconf @eleven_ty 100% agreed.
It’s a misconception that you *must* throw the JavaScript kitchen sink at Jamstack.
You could choose to do that with sites built on any platform or architecture, but that usually means you’re holding it wrong.
(And @eleven_ty helps you hold it right)
It’s a misconception that you *must* throw the JavaScript kitchen sink at Jamstack.
You could choose to do that with sites built on any platform or architecture, but that usually means you’re holding it wrong.
(And @eleven_ty helps you hold it right)

@KatieKodes Sorry you thought so.
@biilmann is so much more than that though. He built lots of Netlify and continues to innovate/communicate in incredibly technical ways.
We had a late-breaking opportunity to bring this debate to the stage. I think considerable composure was on show.
@biilmann is so much more than that though. He built lots of Netlify and continues to innovate/communicate in incredibly technical ways.
We had a late-breaking opportunity to bring this debate to the stage. I think considerable composure was on show.

@scottpieparker We have a specialist. 😉
Thanks buddy!
Thanks buddy!

@jina Thanks ever so!

Phil Hawksworth
@philhawksworth •
Unable to express sufficient thanks to all the people who make #jamstackconf happen, and to all the people who generously speak, support, and participate.
I had a ball.
I had a ball.

@iChris @chriscoyier FACTS

Phil Hawksworth
@philhawksworth •
I'd love to be cross, but I'm just full for admiration for this 2-for-1 bullseye.
Dammit, @tkadlec. https://twitter.com/jlengstorf/status/1313545944667836417
Dammit, @tkadlec. https://twitter.com/jlengstorf/status/1313545944667836417

@erikkroes No indeed! Not a fan.
I'm in an AirBnB for this event, because home currently looks like this:
https://twitter.com/philhawksworth/status/1312758705948184579
I'm in an AirBnB for this event, because home currently looks like this:
https://twitter.com/philhawksworth/status/1312758705948184579

Phil Hawksworth
@philhawksworth •
Will you be attending @jamstackconf today?
https://jamstackconf.com/virtual/
I'd love to see where people are attending from.
Feet up and a cup of coffee?
3 widescreen monitors like mission control?
Cat/dog sidekick for company?
Share you view of the conference — #jamstackconf https://twitter.com/philhawksworth/status/1313482575239933953
https://jamstackconf.com/virtual/
I'd love to see where people are attending from.
Feet up and a cup of coffee?
3 widescreen monitors like mission control?
Cat/dog sidekick for company?
Share you view of the conference — #jamstackconf https://twitter.com/philhawksworth/status/1313482575239933953

@arranrp You have to leave it all "on the screen".
Like money, footballers, and pitches ...or something.
Like money, footballers, and pitches ...or something.


@Robb0wen @jamstackconf Oh nice!
Not the same, but possibly helpful as a reference, my little http://vlolly.net demo site returns a view from a serverless function after doing a DB lookup. I imagine some similarities in that part.
https://github.com/philhawksworth/virtual-lolly/blob/master/src/functions/showLolly.js
Not the same, but possibly helpful as a reference, my little http://vlolly.net demo site returns a view from a serverless function after doing a DB lookup. I imagine some similarities in that part.
https://github.com/philhawksworth/virtual-lolly/blob/master/src/functions/showLolly.js

@Robb0wen @jamstackconf I think there is value in that. You could generate an index, use it client-side where he is available, or use it in a serverless function which returns a results page via a traditional req/resp. A nice fallback without a server.