How to Implement dynamic routing in routes.js for generated menu items in sidebar in universal react redux boilerplate by erikras
问题 I am currently working on a CMS based project. For which i am using the universal react redux boilerplate by erikras I really need suggestions on handling dynamic routing Lets take a simple scenario form the boilerplate... In routes.js <Route path="about" component={About}/> <Route path="login" component={Login}/> <Route path="survey" component={Survey}/> <Route path="widgets" component={Widgets}/> data.js export const data = [ {id: 1, property: 'Dashboard', link: '/'}, {id: 2, property: