Joris
@_jorisre
Passionate front-end engineer • 📋 @hookform core contributor • React ♥️ Always eager to learn and experiment 🤓👨🏼💻
🚀 @hookform/resolvers v5 is out! Highly requested & finally here! Now with type inference from your schema—no more manual typing! 🎯 Try it with Zod, @arktypeio, @valibot and more! Big thanks to @kotarella1110, @lukedeentaylor, and @bluebill1049 for the help! 🙌

My professional opinion is that you should build new apps with Remix instead of Next.js It feels like next.js has become too complex to manage. Made extra challenging that it’s not directly driving revenue, so hard to justify the investment it really needs. This is after…
What is this you ask? It's the built-in @nextjs "take a break" screen that happens about every 20 minutes while developing. 😥 The app router dev speed is certainly faster than old pages router now, but you still get dumb stuff like this. This is latest nextjs + node v20
Ok, it's not polished by any means, but it's a decent functional example and you can work with the AI to design components. Give it a clone and play with it yourself. Contributions welcome. github.com/jacob-ebey/ai-…
Zod 4 support megathread! all major ecosystem libraries that support Zod 4 if I'm missing anything, link it in the replies 👇
🌞 Great news! @hookform/resolvers 5.1.0 now supports Zod v4, Zod v4 mini, and Zod v3! 🚀🎉 Big thanks to @craviottoalex for starting the effort 🙏 and to @colinhacks for bringing it to the finish line! 🛠️💪

🎉 Version 7.55.0 - new `createFormControl` API - infer resolver output types - Bugs fixes and improvements github.com/react-hook-for…
Vercel now supports React Router v7 applications when used as a framework. vercel.com/changelog/supp…
🎉 hookform/resolvers v4.0.0 released github.com/react-hook-for… - TS: values infer from schema - Support for names option - fluentvalidation-ts resolver - Standard-schema resolver - Upgrade to effect v3 Huge update, massive thanks to @_jorisre❤️
Migrating to Next.js App Router: the good, bad, and ugly Last year we rebuilt the @Flightcontrolhq dashboard with App Router 🙂 In this post, I share our perspective on it after using it for a significant production app flightcontrol.dev/blog/nextjs-ap…
🎁 Day 2... Tailwind CSS v3.4 is out! 🥳 🍬 Dynamic viewport units 🍩 `:has()` support 🧁 Direct children variant 🍰 New `size-*` utilities 🍪 Balancing with `text-wrap` 🍭 Subgrid utilities ...and more ✨ tailwindcss.com/blog/tailwindc…
Vitest 1.0 is here! - easier to read snapshots (say goodbye to \\") - improved coverage support - improved typechecking support - performance optimizations - --project option for workspaces - a lot of bug fixes! github.com/vitest-dev/vit…
Remix v2.3.0 just shipped 🚢 * Stabilized useBlocker * New unstable_flushSync API * Over a dozen bug fixes and improvements for the Vite plugin See the full changelog here 👉 github.com/remix-run/remi…
New Episode! 🎉 Exploring Pending and Optimistic UI in Remix Today's episode will cover: ◆ Busy Indicators ◆ Optimistic UI ◆ Skeleton Fallbacks The series is free and for the community, support will be much appreciated. Hope you find today's episode insightful! 🙌
🚀 The October issue of readmoulton.com is out and we're featuring Remix Utils v7 - now fully updated to v2 - esm only - cool new utils like useDebounceFetcher and CSRF tokens - utils can be imported individually Great work @sergiodxa! github.com/sergiodxa/remi…
I get asked about this a lot (especially since the launch of Epic Web), so I've written it down. Here's why I won't use Next.js: epicweb.dev/why-i-wont-use…
This is a really big deal. Opening up the compiler has been a big ask since the beginning, and we're finally able to start delivering thanks to @pcattori and @markdalgleish's amazing work! Read more about the decision and work in the official RFC 👉 github.com/remix-run/remi…
👀 remix.run/docs/en/dev/fu… Unstable Vite support has officially landed in the @remix_run repo! 🎉 Still early and have to land support for runtimes and custom servers before stable, but dang does it feel good to say: Remix runs on @vite_js 🔥
🚀 Version 7.46.0 Published - feat: support disabled prop for `useController` - feat: trigger passed names to construct resolver options - Bug fixes github.com/react-hook-for…
RHF に久々に貢献 fix(yup): resolve ts error when including optional key in yup schema by kotarella1110 · Pull Request #625 · react-hook-form/resolvers github.com/react-hook-for…
Hey there, TypeScript aficionados 👋🏻 Looking to make a contribution to a well-loved form library? We've got a couple of issues that could use some assistance :) 👉🏻 github.com/react-hook-for… 👉🏻github.com/react-hook-for… 👀 @HookForm
Success! Took less then 20 minutes thanks to this awesome package by @_jorisre github.com/jorisre/react-…