Alem Tuzlak π§π¦
@AlemTuzlak
A journey of a thousand miles begins with a single step π¨βπ» Co-founder at @forge42dev π Helping you build with @remix_run π€ react-router-devtools creator
I announced a few months back that I'm starting a dev agency, well @thomasf and I just launched our new company @forge42dev! π Check out our website (yes, its built with @remix_run) and follow us on all the socials to keep up to date! A lot more is coming! Don't miss it! π
We are excited to announce the official launch of our company website today! π This marks the first of many steps towards achieving our company mission! β¨ Entirely built with @remix_run running on @flydotio π Check it out here: forge42.dev
Fun fact: Following @playwrightweb docs on fixtures and how to implement them breaks with Node v24 because of type-stripping that has been enabled by default. Workaround: Don't use magic constructor initialization because that's a TS feature but rather define properties in theβ¦
If you don't ship a debugger to production you're too late

πΆ take: Legacy code that is cursed and can't be touched because it will break the app usually means that the app is not tested enough to give you the confidence to remove it.
This is actually pretty cool!
Newly Available starting Firefox 140 β πͺ CookieStore API offers a modern, promise-based way to read, write, update, and delete cookies, all without parsing strings manually. It brings, β Async operations β Structured data β Service worker support π developer.mozilla.org/en-US/docs/Webβ¦
Sometimes, I wonder what would've happened if I decided to build tooling for Next/TanStack. Where would I be and what would I build
Looking for the most up-to-date implementation of auth in @ReactRouter? π Well, I just created a reference repo for rolling your own auth with: - react-router middleware - self-committing sessions - AsyncLocalStorage - and more! Check it out here: github.com/forge-42/reactβ¦
The raw footage is 80 minutes, I guess I just made my first long form video π
Just recorded a banger video, just need to edit it now
Just recorded a banger video, just need to edit it now
Remix Newsletter 32 just made it to inboxes - @ReactRouter v7.7.0 - React Server Component Support - Route Pattern Library - Remix Jam Setlist
I just built the new @ReactRouter RSC demo with Vite and these are some crazy numbers for a project with 0 code in it. The client bundle seems to stay roughly the same size but surprised by the numbers on the server.

RSCs are here! And I can tag @ReactRouter What a wonderful day
React Router now has support for React Server Components We're introducing a more powerful RSC-powered Data Mode that brings most of Framework Mode's features to our lower level library APIs
It's funny how engineers like to sometimes focus on miniscule things. "Hey, I've just spent 3 days optimizing my React components to re-render 12 times instead of 16." - Site takes 5s to load due to waterfall fetches -
Most of our client work has been restructuring existing architectures for the better at @forge42dev which involved migrating multiple projects from rr v6 and remix v2 to rrv7 and making it a monorepo. I haven't built a real app in so long and I kind of miss that feeling ofβ¦