#reactrouter

Frontend Dogmafrontenddogma@mas.to
2025-06-11

Your React Meta-Framework Feels Broken, Here’s Why, by @redwoodjs.com:

rwsdk.com/blog/your-react-meta

#frameworks #react #nextjs #reactrouter #comparisons

Frontend Dogmafrontenddogma@mas.to
2025-06-07

Wake Up, Remix, by (not on Mastodon or Bluesky):

remix.run/blog/wake-up-remix

#remix #reactrouter

Víctor Fernández de Albasneridagh@fosstodon.org
2025-05-24

🚀 Beethoven Sprint 2025 is starting on Monday! Few pointers for those attending (also remotely).

Seven PLIP: github.com/plone/volto/issues/
Docs: volto.readthedocs.io/seven/
RR7 official Docs: reactrouter.com/home
RR7/Remix YT: youtube.com/@Remix-Run
WPD2025 Video on Seven: youtube.com/watch?v=vc6li2NtNj
Blog post about Seven in my Volto-based blog: sneridagh.dev/blog/introducing
Same post rendered by Seven: seven.sneridagh.dev/blog/intro

#Plone #Seven #Volto #reactrouter

2025-05-11
2025-04-09

#RSbuild is a really nice way to start a #javascript project... and now it supports #ReactRouter

npmjs.com/package/rsbuild-plug

2025-02-06

Продвинутое использование библиотеки React Router v7: как упростить сложную навигацию и улучшить производительность

Привет, Хабр. Я Сергей, фронтенд-разработчик в Clevertec. И сегодня поделюсь опытом использования обновленной 7-й версии React Router. Расскажу, как мы реорганизовали структуру роутинга. Покажу, как избавились от лишних «букав кода», улучшили производительность приложения, создали навигацию по страницам и еще много полезного. Погнали!

habr.com/ru/companies/cleverte

#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

#reactrouter #conform #zod #http #fullstack #javascript

lil5 :golang: 🚲 🇳🇱lil5@fosstodon.org
2025-01-08
:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2025-01-05

【図解解説/初心者OK】Next.js不要?進化したReact Routerで技術記事アプリを作るチュートリアル【TypeScript/TailwindCSS】
qiita.com/Sicut_study/items/7d

#qiita #TypeScript #React #Remix #ReactRouter

lil5 :golang: 🚲 🇳🇱lil5@fosstodon.org
2024-12-16

React Router gets (yet another) version update
remix.run/blog/incremental-pat

The people at #ReactRouter have forgotten that api stability matters.

James BasooJbasoo
2024-12-12

The new / branding is nostalgically early 2000s. I'm kinda into it.

Screenshot of the React Router homepage including a metallic, shiny logo with blobby dots arranged in a triangle. Some standard marketing bumf then related links and shiny badges.
2024-11-23

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.

remix.run/blog/react-router-v7

2024-11-21

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!

reactrouter.com/en/main/start/

#opensource #frontend #react

2024-10-22

Как сделать React Server Components в Electron с помощью Next.js и без открытых портов

Статья про то как заставить работать React Server Components внутри Electron приложения с помощью Next.js при этом не запуская локальный сервер и не открывая порты. С возможностью публикации стандартными инструментами. А также исследование зачем все это надо.

habr.com/ru/articles/852384/

#react #react_server_components #electron #electronjs #nextjs #remix #reactrouter #rsc #tauri #уменякончиласьфантазия

nosh :fosstodon: (ʘ‿ʘ)nosherwan@fosstodon.org
2024-04-29

:react:
React Router 6 Question

I am having an issue with React Router 6 with React 18, can anyone help?

stackoverflow.com/questions/78

#react
#reactrouter

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst