react-redux-starter-kit icon indicating copy to clipboard operation
react-redux-starter-kit copied to clipboard

create sitemap

Open ssageghi opened this issue 8 years ago • 0 comments

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>

ssageghi avatar Jun 24 '17 14:06 ssageghi