filmov
tv
Use matchPath to Match Nested Route Paths in Parent Routes with React-Router
Показать описание
In this lesson we'll use the `matchPath` function exported by react-router to find active nested routes inside of a parent component. This technique can be used for comparing routes outside of a React component, or even inside of life cycle methods to do data loading.