Official account of the Seattle React meetup: meetup.com/seattle-react-js/ Interested in giving a talk or hosting? Reach out to us!

Seattle, WA
SeattleReactJS retweeted
Replying to @reactjs
@reactjs 17 is coming, and there's already so much content besides the React blog reporting what to expect 🧵 Here's my summary for people who wants to keep up to date 👇
In case you missed it, we published React 17 Release Candidate. We’d appreciate if you could give it a try: npm install react@17.0.0-rc.0 npm install react-dom@17.0.0-rc.0 Please try it *before* it becomes a stable release so we can fix the bugs early! reactjs.org/blog/2020/08/10/…
2
7
30
SeattleReactJS retweeted
As we transition this year's @CascadiaJS to an online, virtual event, I am going to follow the example set by @swyx & others and *learn in public* 😅 If you're interested in learning how to pull off an online event that doesn't suck, follow along!
3
4
19
Due to COVID-19, we have postponed our upcoming events. To keep things rolling: if you have a talk you'd like to record, we'd be happy to discuss hosting it on our youtube channel and announcing it to our community. Send us a DM if you're interested!
1
SeattleReactJS retweeted
In an effort to keep everyone safe and healthy we're going to cancel our regularly scheduled March 31 meeting. While we won't be meeting physically, stay connected with the group by joining the BellevueJS slack! join.slack.com/t/bellevuejs-… Stay safe!
2
4
Prop drilling expertly broken down by @amoshg in his recent talk! Here's the link to his talk on the #SeattleReactJS youtube channel: youtube.com/watch?v=AIrQVVHV… #React #JavaScript #GraphQL
2
In his talk, @fantavlik teaches about OpenAPI Code Generation for Typescript, a great way to save your team a ton of time! youtube.com/watch?v=A2DMgWVw… #SeattleReactJS
3
Eric Cheng takes us on a deep dive into creating a modern doc site with Gatsby and React! youtube.com/watch?v=OS0gvFMr… #SeattleReactJS #Gatsby #React
1
2
Replacing redux with GraphQL. This is the BEST slide we've seen about Prop Drilling! 🗜 @amoshg #SeattleReactJs #GraphQL #redux #react
3
7
Using TypeScript and OpenAPI specs for code generation! @fantavlik #Typescript #SeattleReactJS
1
5
Keeping autogenerated API and SDK docs up to date with Gatsby and React with Eric Cheng! #SeattleReactJs
Eric Cheng teaches about Autogenerating a docs site using @gatsbyjs, markdown, and mdx!
1
Tune into tonight's event! We are streaming live. Talks on #TypeScript #GraphQL #React #JavaScript twitch.tv/seattlereactjs
1
Tonight's meetup @splunk is at capacity; however, our LIVESTREAM begins @6:30pm sharp. Tune in to see @fantavlik and @amoshg on twitch.tv/seattlereactjs #TypeScript #GraphQL #SeattleReactJs
1
SeattleReactJS retweeted
To celebrate finishing my last conference of the year, I wrote this blog post. I'm excited to see what speaking adventures 2020 brings, but even more excited to see new speakers getting involved in the community 💕 isabela.dev/posts/how-i-went…
3
2
21
SeattleReactJS retweeted
I'm absolutely blown away by how much @cartwr and the entire team @CascadiaJS lifts up and highlights the people who contribute to and make this conference so special. This is what a conf that focuses on community looks like! 🌲 #cjs19
5
28
Authentication for the REST of us. @shortdiv #cjs19
Isabela used her Advanced React Skills to change bodyColor of the robot.svg live on stage! 😜 Her jokes landed very well 👍
1
1
1
Working with SVGs in React! @isabelacmor shows us how to take an SVG and quickly make it customizable.
1
6
Cacheing in #graphql can lead to flexible frontend driven APIs! @TreTuna