Remix Bay Area (@remixbayarea) 's Twitter Profile
Remix Bay Area

@remixbayarea

Part of @allthingswebdev | allthingsweb.dev

ID: 1491226568114327555

linkhttp://meetup.com/remix-bay-area/ calendar_today09-02-2022 01:45:25

142 Tweet

170 Followers

39 Following

Andre Landgraf @ReactMiamiConf ๐ŸŒด (@andrelandgraf94) 's Twitter Profile Photo

Hey friends! Iโ€™m organizing an All Things Web hack evening on March 12 in SF. We have 10 spots left. DM me if you're interested! ๐Ÿ‘€

Andre Landgraf @ReactMiamiConf ๐ŸŒด (@andrelandgraf94) 's Twitter Profile Photo

Super excited for our All Things Web meetup tomorrow at Convex! ๐ŸŽ‰ Join us for tech talks on web & AI and plenty of time to connect and chat about all things web:

Remix ๐Ÿ’ฟ (@remix_run) 's Twitter Profile Photo

Catch the latest episode of Software Engineering Daily where co-founder Ryan Florence talks about the past, present, and future of Remix

All Things Web (@allthingswebdev) 's Twitter Profile Photo

Thank you for joining us last week at our AI x All Things Web meetup. It was our biggest one yet! ๐ŸŽ‰ We had an amazing time hanging out and learning from our four lightning talk speakers. See you next month!

Thank you for joining us last week at our AI x All Things Web meetup. It was our biggest one yet! ๐ŸŽ‰ We had an amazing time hanging out and learning from our four lightning talk speakers. See you next month!
All Things Web (@allthingswebdev) 's Twitter Profile Photo

On April 3, we hosted a special AI x All Things Web event at the AWS GenAI Loft featuring four fantastic lightning talks from Sean Strong (Anthropic), Akshat Agrawal (Codeium), Mikael Lirbank, and Erik Hanchett (AWS). โ–ถ๏ธ You can now watch the talks on YouTube!๐Ÿ‘‡

On April 3, we hosted a special AI x All Things Web event at the AWS GenAI Loft featuring four fantastic lightning talks from <a href="/sean_t_strong/">Sean Strong</a> (Anthropic), <a href="/akshatag77/">Akshat Agrawal</a> (Codeium), <a href="/MikaelLirbank/">Mikael Lirbank</a>, and <a href="/ErikCH/">Erik Hanchett</a> (AWS).

โ–ถ๏ธ You can now watch the talks on YouTube!๐Ÿ‘‡
Ryan Florence (@ryanflorence) 's Twitter Profile Photo

Remix team (Jacob.lol ๐Ÿคฃ) figured out how to get RSC into React Router without splitting the runtime the way pages/app router do in Next Works for both "RSC first routes" and "RSC from loaders"

Guga Guichard (@gugaguichard) 's Twitter Profile Photo

In case you've wondered what we've been silently doing in the last few months... We've been building, building, building, and we have a long road ahead, but we are super proud of what we've built so far! Btw: of course, this was built with Remix ๐Ÿ’ฟ

Sergio Xalambrรญ (@sergiodxa) 's Twitter Profile Photo

I published an example Remix ๐Ÿ’ฟ's React Router app with what I consider is the best way to support dark mode with a color scheme toggle And without needing to inject an inline script in the head to prevent a flash of uncorrect theme, thanks to cookies github.com/sergiodxa/reacโ€ฆ

Andre Landgraf @ReactMiamiConf ๐ŸŒด (@andrelandgraf94) 's Twitter Profile Photo

Join us this Tuesday for our first-ever All Things Web Show & Tell! What cool project or insight will you share? ๐Ÿ‘€ Canโ€™t wait to see what youโ€™re working on!

All Things Web (@allthingswebdev) 's Twitter Profile Photo

Meetup alert! Join us this Wednesday at Vapi for an evening of tech talks and great conversations all about Voice AI. Whatโ€™s happening now that LLMs are reshaping whatโ€™s possible? Come and find out! RSVP now: lu.ma/czqywp6f

Sentry (@getsentry) 's Twitter Profile Photo

Come hang with us and incident.io at Sentry HQ next Tuesday as we bring together MCP builders from all of your favorite companies, including Augment Code, Databricks, @smitherydotai, Oso, and Sentry ๐Ÿ† RSVP link in the next tweet ๐Ÿ‘‡

Come hang with us and <a href="/incident_io/">incident.io</a> at Sentry HQ next Tuesday as we bring together MCP builders from all of your favorite companies, including <a href="/augmentcode/">Augment Code</a>, <a href="/databricks/">Databricks</a>, @smitherydotai, <a href="/osoHQ/">Oso</a>, and <a href="/getsentry/">Sentry</a> ๐Ÿ† 

RSVP link in the next tweet ๐Ÿ‘‡
Ryan Florence (@ryanflorence) 's Twitter Profile Photo

I am the 9000th person to implement anchoring, when all browsers all support --anchor I can get rid of it, but it's fun to do this time I did it with <div popover> so I don't have to worry about parent overflow scrolls or z-index wars! LLMs are so good at making playgrounds ๐Ÿคฉ

Wes Bos (@wesbos) 's Twitter Profile Photo

This is CSS performance problem I see all too often. The React website has some jank due due to their use of transition. Here is how to find what causes it and how and fix it