Wild how far you can push "customizable select" with just #CSS
nerdy.dev/nice-select
Wild how far you can push "customizable select" with just #CSS
nerdy.dev/nice-select
Cool recreation of React Router contacts tutorial with Remix 3 (alpha) @markmalstrom.mastodon.social.ap.brid.gy
github.com/markmals/rem...
I spent a good part of last week working on these Skills
From my experiments they really help hone in the appropriate React Router mode to use and lead your agent down the happy path for:
- defining routes
- type safety
- working with data
- pending/optimistic ui
Official Agent Skills are now available for React Router
github.com/remix-run/ag...
Getting there!
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
We just published 6 CVEs identifying security vulnerabilities in React Router and Remix v2
We recommend updating to the latest appropriate versions:
React Router v7 -- 7.12.0
React Router v6 -- 6.30.3
Remix v2 -- 2.17.2
Details, links, and package ranges are listed below
Had some fun leaning about and playing with frames.
You can target <a> and <form> at an iframe via target="name". iframe have two jobs, make requests & parse HTML.
This means you can have an HTMX like library in (a sloppy) 1249 bytes that supports OOB swaps, pending indicators and disabled states.
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 π
haha I realized after I posted this π
The store is on and older version so it was unstable there
The new fetcher.unstable_reset function is so nice
Previously, to accomplish this little UX I'd have to pull in useState and keep another state in sync.
Now I can just do this:
onChange={() => {
if (isSuccess) {
fetcher.unstable_reset();
}
}}
Thanks @brophdawg11.com
This is a **wild** amount of features for a year
chrome.dev/css-wrapped-...
We've open sourced the Remix Store, a real-world Shopify storefront built with React Router v7 and Hydrogen
remix.run/blog/oss-rem...
Brother, you're not older, you're just rediscovering peak 2015 hipster
There is critical vulnerability in React Server Components disclosed as CVE-2025-55182 that impacts React 19 and frameworks that use it.
A fix has been published in React versions 19.0.1, 19.1.2, and 19.2.1. We recommend upgrading immediately.
react.dev/blog/2025/12...
Watch me talk about Remix 3!
Forgot to share the recording from our last Remix Austin meetup
www.youtube.com/watch?v=o5oE...
Remix Austin's Holiday Party is this Wednesday. Hoping the weather won't be quite as miserable π
www.meetup.com/remix-austin...
Improved React 19 Transition handling coming to React Router soon! the flag was merged yesterday so it' in our nightly release snow, should land in a stable in the next week or so.
reactrouter.com/dev/explanat...
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...
π€ What if there were a conference without talks? Just hanging out with OSS maintainers & builders, seeing what theyβre working on, and learning cool stuff by actually talking to people.
π€― What if hallway track turned into the whole event!
π‘ @tannerlinsley.com is exploring it. Interested? β¬οΈ
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
TONIGHT
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...
Thank you for sharing this!
Crank obviously has had a huge influence on Remix 3, but I had not read this article. This is fantastic!
Just wrote a proposal for React Router, I hope they accept it
github.com/remix-run/re...
Coming soon to a React Router near you - (unstable) instrumentation APIs!
Great for logging, perf tracing, OTEL, and more.
reactrouter.com/dev/how-to/i...