react-redux-starter-kit
react-redux-starter-kit copied to clipboard
create sitemap
Hi
assume that we have so many routes and we create more route with redux cli
how can we create sitemap for this website dynamically
we use react-router for linking route together and I haven't somthing like this
<Route> <Route path='/' /> <Route path='/about' /> <Route path='/projects'> <Route path='/contacts' /> <Route path='/auth' /> </Route>