As you already noticed, React Router doesn't have a centralized route config, so there's nothing to name. React Router provides the correct primitives and lets the community create higher-level APIs around them if needed.
This is exactly what we are going to do in this lesson.
- Create a new file
src/routes/index.jsx
...