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 Takipçi

39 Takip Edilen

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