child routes

PHOTO EMBED

Thu Aug 11 2022 23:49:16 GMT+0000 (Coordinated Universal Time)

Saved by @SamMrch #react.js

 <Route path="users">
        <Route path=":userId" element={<ProfilePage />} />
        <Route path="me" element={...} />
      </Route>
content_copyCOPY