How to to multi level spa react routing with netlify

I want to do multi level routing for example 'mysite.com/level-1/lavel-2` with react spa, (using react-router-dom currently)

Hey @ahmad4hat

Routing in React (or any framework) is not dictated by Netlify, it is dictated by the framework and the router. I suggest look through the React Router <Routes> and <Route> documentation
https://reactrouter.com/docs/en/v6/components/routes

They even have a tutorial which covers nested routes