Brooks Lybrand's Avatar

Brooks Lybrand

@brookslybrand

Remix & React Router Dev Rel πŸ’Ώ β€” Shopify Prev H-E-B πŸ›’ Matt 6:34

1,951
Followers
175
Following
386
Posts
22.10.2024
Joined
Posts Following

Latest posts by Brooks Lybrand @brookslybrand

Video thumbnail

Wild how far you can push "customizable select" with just #CSS

nerdy.dev/nice-select

03.02.2026 17:26 πŸ‘ 396 πŸ” 68 πŸ’¬ 15 πŸ“Œ 1
Preview
GitHub - markmals/remix-3-contacts: Contacts CRUD app demo for Remix 3 Contacts CRUD app demo for Remix 3. Contribute to markmals/remix-3-contacts development by creating an account on GitHub.

Cool recreation of React Router contacts tutorial with Remix 3 (alpha) @markmalstrom.mastodon.social.ap.brid.gy

github.com/markmals/rem...

17.02.2026 16:00 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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

02.02.2026 19:59 πŸ‘ 6 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Official Agent Skills are now available for React Router

github.com/remix-run/ag...

02.02.2026 19:35 πŸ‘ 14 πŸ” 5 πŸ’¬ 0 πŸ“Œ 1

Getting there!

21.01.2026 16:38 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Remix - A Full Stack Framework Built on Web APIs Remix 3 is under active development. Remix is a batteries-included, ultra-productive, zero dependency framework ready to use in a model-first world.

remix.run 🏎️

20.01.2026 22:02 πŸ‘ 26 πŸ” 0 πŸ’¬ 3 πŸ“Œ 1
Person laying on the ground with "JavaScript for Dummies" laying on their face wearing a remix.run club gray crewneck

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 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

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

12.01.2026 19:56 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
remix.run club gray crewneck on a woman holding a green water bottle

remix.run club gray crewneck on a woman holding a green water bottle

Green Remix.run club long socks

Green Remix.run club long socks

green Remix.run club t-shirt on the back of a chair

green Remix.run club t-shirt on the back of a chair

New items have been added to the Remix Store 🟒

shop.remix.run

09.01.2026 20:09 πŸ‘ 7 πŸ” 1 πŸ’¬ 1 πŸ“Œ 1

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

08.01.2026 20:41 πŸ‘ 12 πŸ” 9 πŸ’¬ 1 πŸ“Œ 3
Post image

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.

05.01.2026 08:38 πŸ‘ 9 πŸ” 1 πŸ’¬ 5 πŸ“Œ 0

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 πŸŽ„

10.12.2025 19:36 πŸ‘ 34 πŸ” 9 πŸ’¬ 2 πŸ“Œ 1

haha I realized after I posted this πŸ˜…

The store is on and older version so it was unstable there

09.12.2025 19:32 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

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

09.12.2025 15:49 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
CSS Wrapped 2025 Sculpt dynamic interfaces, stretch your imagination, and play with these 22 powerful new CSS features that landed in Chrome this year.

This is a **wild** amount of features for a year

chrome.dev/css-wrapped-...

09.12.2025 15:07 πŸ‘ 7 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Open Sourcing the Remix Store We're open sourcing the Remix Store. A production-ready example for React Router developers and anyone building custom Shopify storefronts with Hydrogen.

We've open sourced the Remix Store, a real-world Shopify storefront built with React Router v7 and Hydrogen

remix.run/blog/oss-rem...

08.12.2025 19:47 πŸ‘ 21 πŸ” 4 πŸ’¬ 2 πŸ“Œ 0

Brother, you're not older, you're just rediscovering peak 2015 hipster

05.12.2025 15:56 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Critical Security Vulnerability in React Server Components – React The library for web and native user interfaces

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...

03.12.2025 15:45 πŸ‘ 142 πŸ” 91 πŸ’¬ 7 πŸ“Œ 16

Watch me talk about Remix 3!

01.12.2025 19:28 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Forgot to share the recording from our last Remix Austin meetup

www.youtube.com/watch?v=o5oE...

01.12.2025 19:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1
Preview
Remix Austin Holiday Party, Wed, Dec 3, 2025, 6:30 PM | Meetup **Start time for this event is 6:30 PM** Hey all! It's that time of the year when the days are darker, the holidays are right around the corner, and meetups start winding

Remix Austin's Holiday Party is this Wednesday. Hoping the weather won't be quite as miserable πŸ˜…

www.meetup.com/remix-austin...

01.12.2025 18:10 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
React Transitions (dev branch)

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...

21.11.2025 19:52 πŸ‘ 18 πŸ” 3 πŸ’¬ 3 πŸ“Œ 0
Remix store merchandise laid out like a Christmas tree. Our biggest sale this year, 30% off everything.

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

24.11.2025 15:49 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 1
Preview
Remix Austin Holiday Party, Wed, Dec 3, 2025, 6:30 PM | Meetup **Start time for this event is 6:30 PM** Hey all! It's that time of the year when the days are darker, the holidays are right around the corner, and meetups start winding

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...

20.11.2025 16:03 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Web Forge Conf - A new kind of web developer conference A community funded, not for profit event built for creators and the developers who use their work. Less stage. More story. All signal.

πŸ€” 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? ⬇️

13.11.2025 09:36 πŸ‘ 121 πŸ” 20 πŸ’¬ 15 πŸ“Œ 8
Two friends enjoying burgers and milkshakes wearing Remix Engineering crewnecks

Two friends enjoying burgers and milkshakes wearing Remix Engineering crewnecks

Two 3D models of Remix Engineering crewnecks floating

Two 3D models of Remix Engineering crewnecks floating

The Remix Engineering Crewneck is back and 15% off for this week only

10.11.2025 15:54 πŸ‘ 3 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

TONIGHT

05.11.2025 16:30 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Convex + React Router & Remix 3 is Remixable | Remix Austin, Wed, Nov 5, 2025, 7:00 PM | Meetup **Talks** *Ship Fast, Sync Faster: Convex + React Router 7* β€” [Nathan Drake](https://x.com/nathandrake) Not all lock-in is created equal, and Convex makes a compelling ca

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...

03.11.2025 16:53 πŸ‘ 5 πŸ” 3 πŸ’¬ 0 πŸ“Œ 2

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!

23.10.2025 19:37 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
React Router v8 Β· remix-run react-router Β· Discussion #14468 React Router v7 was released almost a year ago (2024-11-21). We're at a good point to start considering what we want to include/remove in v8, which will help us build out any remaining roadmap and ...

Just wrote a proposal for React Router, I hope they accept it

github.com/remix-run/re...

23.10.2025 16:28 πŸ‘ 6 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Instrumentation (dev branch)

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...

22.10.2025 18:14 πŸ‘ 34 πŸ” 6 πŸ’¬ 0 πŸ“Œ 1