#reactrouter — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #reactrouter, aggregated by home.social.
-
React Router v7 応用編 — 第2回:実践で使う上級テクニック
https://qiita.com/nhatcaofedev/items/d6d57382c86e2a3cb02e?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
React Router v7 応用編 — 第2回:実践で使う上級テクニック
https://qiita.com/nhatcaofedev/items/d6d57382c86e2a3cb02e?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
React SSR Framework Showdown: TanStack Start, React Router, and Next.js Under Load, by @mcollina (@platformatic):
https://blog.platformatic.dev/react-ssr-framework-benchmark-tanstack-start-react-router-nextjs
#frameworks #serversiderendering #react #tanstack #reactrouter #nextjs #comparisons #performance #metrics
-
New blog post! 🚀 What We Did Last Year — a look back at how the #Plone community shaped Seven, the next-generation frontend, through this year’s sprints. https://sneridagh.dev/blog/what-we-did-last-year #PloneConf2025 #reactjs #reactrouter #remix #volto
-
A React-Router v7 template using Bun and Hono.
https://github.com/jpcpereira93/react-router-bun-hono-template
-
Tinkering with the Conform library with Remix/React Router v7, it was not obvious to me how to return a proper HTTP status code like 422 Unprocessable Content for invalid form data.
This worked:
if (submission.status !== "success") {
return data(submission.reply(), { status: 422 });
}Took some detours to figure out:
- just returning submission.reply() gives you "200 OK", which is not OK
- json() is deprecated so use data() instead
- trying Zod with data() but without Conform got to a weird place with types -
Как сделать React Server Components в Electron с помощью Next.js и без открытых портов
Статья про то как заставить работать React Server Components внутри Electron приложения с помощью Next.js при этом не запуская локальный сервер и не открывая порты. С возможностью публикации стандартными инструментами. А также исследование зачем все это надо.
https://habr.com/ru/articles/852384/
#react #react_server_components #electron #electronjs #nextjs #remix #reactrouter #rsc #tauri #уменякончиласьфантазия
-
Middleware in React Router, by @brophdawg11.com (@remix.run):
-
React Router and React Server Components: The Path Forward, by @markdalgleish.com (@remix.run):
https://remix.run/blog/react-router-and-react-server-components
-
Your React Meta-Framework Feels Broken, Here’s Why, by @redwoodjs.com:
https://rwsdk.com/blog/your-react-meta-framework-feels-broken
-
Wake Up, Remix, by (not on Mastodon or Bluesky):
-
🚀 Beethoven Sprint 2025 is starting on Monday! Few pointers for those attending (also remotely).
Seven PLIP: https://github.com/plone/volto/issues/6638
Docs: https://volto.readthedocs.io/seven/
RR7 official Docs: https://reactrouter.com/home
RR7/Remix YT: https://www.youtube.com/@Remix-Run
WPD2025 Video on Seven: https://www.youtube.com/watch?v=vc6li2NtNj8&list=PLGN9BI-OAQkTGEOiib41eK1aKNnPfiyAu&index=28&t=27s
Blog post about Seven in my Volto-based blog: https://sneridagh.dev/blog/introducing-seven
Same post rendered by Seven: https://seven.sneridagh.dev/blog/introducing-seven -
Nice short videos on #Remix which apply nicely to the new #ReactRouter
https://www.youtube.com/playlist?list=PLXoynULbYuEDG2wBFSZ66b85EIspy3fy6
-
#RSbuild is a really nice way to start a #javascript project... and now it supports #ReactRouter
-
Продвинутое использование библиотеки React Router v7: как упростить сложную навигацию и улучшить производительность
Привет, Хабр. Я Сергей, фронтенд-разработчик в Clevertec. И сегодня поделюсь опытом использования обновленной 7-й версии React Router. Расскажу, как мы реорганизовали структуру роутинга. Покажу, как избавились от лишних «букав кода», улучшили производительность приложения, создали навигацию по страницам и еще много полезного. Погнали!
https://habr.com/ru/companies/clevertec/articles/877682/
#reactrouter #single_page_application #javascript #вебприложения #webразработка #react
-
React Router gets (yet another) version update
https://remix.run/blog/incremental-path-to-react-19The people at #ReactRouter have forgotten that api stability matters.
-
The new #Remix / #ReactRouter branding is nostalgically early 2000s. I'm kinda into it.
-
https://remix.run/blog/merging-remix-and-react-router - #Remix is getting renamed #ReactRouter
-
Today we are happy to announce the stable release of #ReactRouter v7.
#React Router v7 brings everything you love about Remix back into React Router proper.
-
@haircode #typescript #tailwind #reactRouter #docker #graphql #java #nix #vim #mac #ios #iphone #express #gcp #reactNative #nativeApps #appStore #apple #aapl #htmx #vercel #netlify #heroku #nevernester #10xDev #10xdevelopers #codeReview #pairProgramming #oop #earlyReturns #guardClauses #flutter #angular #neverNesting #unitTest #unitTesting #cssFrameworks #jest #jetbrains #neoVim #wordpress #SQL #postgresql #rdbms #rubyOnRails
-
I was having a problem with #ReactRouter action types not having a type signature like @remix_run does and `typeof action` failing to have the right type when working with `useFetcher`.
Here's a workaround, using a custom PromiseType and the built-in ReturnType in TypeScript.
-
I really appreciated this careful, nuanced take on SPA vs server-side #React, and the implications to routing and data fetching in #ReactRouter v6: https://programmingarehard.com/2023/04/01/react-routers-data-utilities-are-awkward.html/
-
React Router used to be so good, now it's seriously junk. I don't want your dumb `<Outlet />` and providers with static paths, I want nested component paths so I can shove contexts easily. Why are you making this so hard? And by the time I find how to do it, now I can't use `useMatches` because I do not conform to their dogma. What a load of s***
-
The more comfortable I am with React the better I am at picking up libraries, build tools and frameworks that go hand in hand with React development today.
It's exciting to graduate as lots of innovation happens in this space, especially in the last 6-12 months. I'm finding Next.js super cool to play around with as well.
As far as build tools go, how great is Vite?! 🔥😎⏩ https://vitejs.dev/ a must to check out if you just wanna play!
-
TIL that in React Router v6 the Prompt component has been removed. So we now have to code the mechanism ourselves or find a third-party library.
Mmmm... in the following days I could try to code a custom Prompt component as a practice project and see what happens.
-
Stumbled across the fetcher/action data APIs in React Router 6.4. These folks tend to know what they’re talking about so I give them the benefit of the doubt.
But I’m skeptical of the data library integration pattern… it seems like you make the same requests in the loader function and again in your component via the hook (getting cached values).
That means that the loader and the hook use need to be kept in sync…
-
@haircode #typescript #tailwind #reactRouter #docker #graphql #java #nix #vim #mac #ios #iphone #express #gcp #reactNative #nativeApps #appStore #apple #aapl #htmx #vercel #netlify #heroku #nevernester #10xDev #10xdevelopers #codeReview #pairProgramming #oop #earlyReturns #guardClauses #flutter #angular #neverNesting #unitTest #unitTesting #cssFrameworks #jest #jetbrains #neoVim #wordpress #SQL #postgresql #rdbms #rubyOnRails
-
@haircode #typescript #tailwind #reactRouter #docker #graphql #java #nix #vim #mac #ios #iphone #express #gcp #reactNative #nativeApps #appStore #apple #aapl #htmx #vercel #netlify #heroku #nevernester #10xDev #10xdevelopers #codeReview #pairProgramming #oop #earlyReturns #guardClauses #flutter #angular #neverNesting #unitTest #unitTesting #cssFrameworks #jest #jetbrains #neoVim #wordpress #SQL #postgresql #rdbms #rubyOnRails
-
@haircode #typescript #tailwind #reactRouter #docker #graphql #java #nix #vim #mac #ios #iphone #express #gcp #reactNative #nativeApps #appStore #apple #aapl #htmx #vercel #netlify #heroku #nevernester #10xDev #10xdevelopers #codeReview #pairProgramming #oop #earlyReturns #guardClauses #flutter #angular #neverNesting #unitTest #unitTesting #cssFrameworks #jest #jetbrains #neoVim #wordpress #SQL #postgresql #rdbms #rubyOnRails
-
@haircode #typescript #tailwind #reactRouter #docker #graphql #java #nix #vim #mac #ios #iphone #express #gcp #reactNative #nativeApps #appStore #apple #aapl #htmx #vercel #netlify #heroku #nevernester #10xDev #10xdevelopers #codeReview #pairProgramming #oop #earlyReturns #guardClauses #flutter #angular #neverNesting #unitTest #unitTesting #cssFrameworks #jest #jetbrains #neoVim #wordpress #SQL #postgresql #rdbms #rubyOnRails
-
Продвинутое использование библиотеки React Router v7: как упростить сложную навигацию и улучшить производительность
Привет, Хабр. Я Сергей, фронтенд-разработчик в Clevertec. И сегодня поделюсь опытом использования обновленной 7-й версии React Router. Расскажу, как мы реорганизовали структуру роутинга. Покажу, как избавились от лишних «букав кода», улучшили производительность приложения, создали навигацию по страницам и еще много полезного. Погнали!
https://habr.com/ru/companies/clevertec/articles/877682/
#reactrouter #single_page_application #javascript #вебприложения #webразработка #react
-
Продвинутое использование библиотеки React Router v7: как упростить сложную навигацию и улучшить производительность
Привет, Хабр. Я Сергей, фронтенд-разработчик в Clevertec. И сегодня поделюсь опытом использования обновленной 7-й версии React Router. Расскажу, как мы реорганизовали структуру роутинга. Покажу, как избавились от лишних «букав кода», улучшили производительность приложения, создали навигацию по страницам и еще много полезного. Погнали!
https://habr.com/ru/companies/clevertec/articles/877682/
#reactrouter #single_page_application #javascript #вебприложения #webразработка #react
-
Продвинутое использование библиотеки React Router v7: как упростить сложную навигацию и улучшить производительность
Привет, Хабр. Я Сергей, фронтенд-разработчик в Clevertec. И сегодня поделюсь опытом использования обновленной 7-й версии React Router. Расскажу, как мы реорганизовали структуру роутинга. Покажу, как избавились от лишних «букав кода», улучшили производительность приложения, создали навигацию по страницам и еще много полезного. Погнали!
https://habr.com/ru/companies/clevertec/articles/877682/
#reactrouter #single_page_application #javascript #вебприложения #webразработка #react