1/ We welcome (and love!) first time conference speakers, so you don't need to be a rockstar, you just need to be yourself.
Don't underestimate yourself or what you have to teach others. Everyone who builds software has a story to tell. 🙋🏾♀️
I decided to give a lightning talk on Web Components & React this week, and I've seen numerous posts and huge twitter threads on the subject just in the last few days.
Tempted to summarize with:
"🤷♂️ but here are some opinions"
#webcomponents#customelements#react
🗣 I'm officially giving my first ever tech meetup (lightning) talk at @seattlereactjs!
Topic: "Web Components in React"
Having not used WC much, I'm trying to give a quick overview of pros/cons/challenges. Reach out if you have input!
meetup.com/seattle-react-js/…
.@jamesreggio Next.js w/o the Devops. A very informative talk, on server side rendering, static web apps, and Next.js
@convoyteam has put done a fantastic job hosting the #SeattleReactJS community.
Dave showing us how to use create-react-app-updater to keep your app up to date. @kiwiupover
To show its utility, he takes a random outdated todo app off github and updates it. He then uses a code mod to modify some code.
Oooo, I’m giving a talk tonight at @SeattleReactJs about how we use CDN origin groups to failover from SSR to fully-static, client rendering if the SSR service flakes out. It required a couple minor changes to Next to export the fully static app, so we’d love first-class support.