Your React Meta-Framework Feels Broken, Here’s Why, by @redwoodjs.com:
https://rwsdk.com/blog/your-react-meta-framework-feels-broken
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
ローカルの Remix (React Router v7) に好きなURLでアクセスする
https://qiita.com/hrel11/items/0cf92a74407c072f5b0c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Продвинутое использование библиотеки React Router v7: как упростить сложную навигацию и улучшить производительность
Привет, Хабр. Я Сергей, фронтенд-разработчик в Clevertec. И сегодня поделюсь опытом использования обновленной 7-й версии React Router. Расскажу, как мы реорганизовали структуру роутинга. Покажу, как избавились от лишних «букав кода», улучшили производительность приложения, создали навигацию по страницам и еще много полезного. Погнали!
https://habr.com/ru/companies/clevertec/articles/877682/
#reactrouter #single_page_application #javascript #вебприложения #webразработка #react
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
A React-Router v7 template using Bun and Hono.
https://github.com/jpcpereira93/react-router-bun-hono-template
【図解解説/初心者OK】Next.js不要?進化したReact Routerで技術記事アプリを作るチュートリアル【TypeScript/TailwindCSS】
https://qiita.com/Sicut_study/items/7dc1b0cdcc1bee210f05?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
React Router gets (yet another) version update
https://remix.run/blog/incremental-path-to-react-19
The 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.
Just read the React Router Tutorial from the documentation and I have to say that it's one of the most comprehensive, easy to follow tutorials I have ever read. Well done, #reactrouter team!
Как сделать 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 #уменякончиласьфантазия
@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:
React Router 6 Question
I am having an issue with React Router 6 with React 18, can anyone help?
https://stackoverflow.com/questions/78403144/react-router-6-useloaderdata-returning-cached-data