Apr 21 · 6 min read · Shopify shipped Hydrogen 2026.4.0 on April 17, 2026. Most of the release notes celebrate React Router 7.9.2 middleware support, Miniflare v3, and ten new Cookbook recipes. Fine — but buried in PRs #3649 and #3621 are three breaking changes that will ...
Join discussion
Mar 17 · 14 min read · Performance benchmarks capture a moment, not a final judgment. Results depend on a specific workload, scale, and constraints; they do not rank frameworks by value. Next.js stands out for its widesprea
DCADanilo and 2 more commented
Feb 12 · 10 min read · Why Legacy Navigation Patterns Break Modern Applications The React Router ecosystem has undergone fundamental changes. Version 6.4+ introduced data APIs, loader functions, and action handlers that fundamentally alter how applications should handle na...
Join discussionFeb 9 · 2 min read · In this article, we review Tanstack Router configuration in LikeC4 codebase. We will look at: What is LikeC4? Tanstack Router configuration. What is LikeC4? LikeC4 serves as an Architecture as a code tool. Visualize, collaborate on, and evolve y...
Join discussionFeb 7 · 3 min read · When I first started building React applications, I thought routing would be simple. Just show different components based on the URL, right? Then I had to implement protected routes, nested layouts, route parameters, and handle 404 pages. That's when...
Join discussion
Jan 28 · 3 min read · Heyy Everyoneee ! This is Day 7 of learning react from Hitesh Sir (Chai Aur Code). Today i learned about routing through small project. Project was like there is header, footer and they are static, in header three is 3 entities, Home, About and Conta...
Join discussionJan 22 · 5 min read · React Router v6 is a significant update for route management in React applications, introducing improvements and simplifications, including better handling of nested routes and enhanced use of hooks. 1. Routes Refactor In v6, the <Route> component is...
Join discussion
Jan 6 · 1 min read · Checks if history exists Falls back to a default route if no previous page Works with React Router v6 import { useNavigate } from "react-router-dom"; const useGoBack = () => { const navigate = useNavigate(); const goBack = () => { if (...
Join discussion