# React Router 7: Descendant Routes

DevFeed: [React Router 7: Descendant Routes](<https://devfeed.tech/articles/react-router-7-descendant-routes-18967.md>)

Original publisher: [Read original article](<https://www.robinwieruch.de/react-router-descendant-routes/>)

Author: Robin Wieruch

Published: 2025-01-06T05:52:53Z

Content type: tutorial

Language: en

Sources: [Robin Wieruch](<https://devfeed.tech/sources/robin-wieruch.md>)

Topics: [React Router](<https://devfeed.tech/topics/react-router.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [react](<https://devfeed.tech/tags/react.md>), [react-router](<https://devfeed.tech/tags/react-router.md>), [react-router-7](<https://devfeed.tech/tags/react-router-7.md>), [react-router-descendant-routes](<https://devfeed.tech/tags/react-router-descendant-routes.md>), [react-router-tutorial](<https://devfeed.tech/tags/react-router-tutorial.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A React Router 7 tutorial explaining descendant routes. It shows how an umbrella Users component can render an index route for a user list and a dynamic route for user details, so only the matching view is displayed.

## Source excerpt

How to: Descendant Routes in React Router 7. A step by step example on Descendant Routes with React Router ...