We have a speaker for Remix Austin next week (apr 1)
If you're in Austin and want to learn from a seasoned engineer using React Router + agentic coding to build a side business, I can't think of a better meetup to attend
luma.com/fb4txnt7
Posts by Remix
Person laying on the ground with "JavaScript for Dummies" laying on their face wearing a remix.run club gray crewneck
Green remix.run club shirt with pixilated running men
Green clear remix.run club Nalgene waterbottle sitting on a rock outdoors with a blurred person in the background running
Join the club.
New products available on the Remix Store. Free global shipping for orders over $75.
shop.remix.run
remix.run club gray crewneck on a woman holding a green water bottle
Green Remix.run club long socks
green Remix.run club t-shirt on the back of a chair
New items have been added to the Remix Store π’
shop.remix.run
If you are still on Remix v2 we recommend updating the latest version (2.17.2)
I've heard folks express concern about React Router since the Remix 3 announcement
Some variation of "is it on hold?"/"is it a secondary focus?"/"will it stop getting features?" etc
No, No, and No π
To back it up, I thought I'd put together a little "React Router Wrapped" for 2025 π
We've open sourced the Remix Store, a real-world Shopify storefront built with React Router v7 and Hydrogen
remix.run/blog/oss-rem...
PSA: The only way to get @remix.run guitar picks right now is to place an order β they come for free with every delivery!
Remix store merchandise laid out like a Christmas tree. Our biggest sale this year, 30% off everything.
Load up on Remix gifts for everyone with 30% the entire store now thru Dec 1st πΏπ
shop.remix.run
For Remix Austin next month (Dec 3rd) we're going to have a little holiday party/social
Come hang out with your fellow devs and enjoy some food and a drink on us!
www.meetup.com/remix-austin...
Two friends enjoying burgers and milkshakes wearing Remix Engineering crewnecks
Two 3D models of Remix Engineering crewnecks floating
The Remix Engineering Crewneck is back and 15% off for this week only
Very excited about this Remix 3 Fetch Router demo by
@jim-nielsen.com
www.val.town/x/jimniels/f...
Remix 3 is still super early (and changing fast) but it's exciting how powerful this full-stack routing thing will be - seems like a perfect fit for val town
h/t @tylur.dev for finding this!
The photos from @remix.run Jam in Toronto are up. I've wanted to share my experience re: the execution of the event and how a 1 day 1 track is the future of in-person experiences. Podcast material. STAY TUNED. But see the pics below. Big thanks for the entire Remix team ππΎ
remix.run/jam/2025/gal...
Remix Austin meetup is this Wednesday! We have 2 great talks lined up, so be sure to RSVP
- Ship Fast, Sync Faster: Convex + React Router 7
- Remix 3 is Remixable
www.meetup.com/remix-austin...
Our recap of Remix Jam 2025 is up, along with recordings of each speaker's talk(s)
remix.run/blog/remix-j...
I just created the βRemix 3 Resourcesβ repo, collecting useful links related to Remix 3.
It has *super* granular links to the Remix Jam live stream for each API, feature and demo, plus a bunch of demo apps and 3rd party integration examples.
github.com/markdalgleis...
I successfully deployed the @remix.run v3 demo to @netlify.com: remix-3-on.netlify.app.
Here's the source: github.com/serhalp/remi....
There were a few minor kinks to work out, but this was their conference demo app for an early preview framework, so that's expected.
Seems to work great!
Another @remix.run v3 + state management library example, now Stately.ai's xstate.
Define the machine once, create the actor and subscribe to updates in the setup scope, and get a snapshot or send events on the render scope.
Full code: github.com/sergiodxa/re...
Next on @remix.run v3 + state management libraries, I tried @preactjs.com Signals core package.
This requires to run the effect to subscribe to the signal inside this.queueTask, otherwise it tries to re-render before Remix did the first render.
Full code: github.com/sergiodxa/re...
I'm trying different state management libraries, common in React, that have a JS only core and see how they integrate with @remix.run v3.
I started with Redux Toolkit. Super simple and straightforward to setup and use.
Code here: github.com/sergiodxa/re...
Live π΄
Lets join the @remix.run Jam 2025 Live Stream: www.youtube.com/watch?v=xt_i... where finally Remix v3 gets announced π and (hopefully) demoed.
Looking forward to it.
We're ready to open our garage and show you something new
Join us October 10th in Toronto and online
π’ I'm beyond excited to announce:β¨ H2 MEETUP β¨
This is the evolution of the modern web event, and this is just the start. And what a start this will be.
This will also be the Toronto REMIX RUN Jam pre-event. Limited RSVP. Act fast
π bit.ly/h2-meetup-001
Join us for Remix Austin this Wednesday!
We're taking a break from our regularly scheduled React Router and Remix fun and engaging in some web dev game show style shenanigans
If for no other reason, come so you can heckle me
www.meetup.com/remix-austin...
React Router Framework Mode now has preview support for React Server Components
Just swap your vite plugin and you can:
- Return Server Components from loaders/actions
- Opt routes into Server Components
- Leverage Server Functions