React-router-1(摘记)
react-router-config 是一个配置静态路由的小助手
import { renderRoutes } from 'react-router-config'
import routes from './router.js'
const App = () => (
   <main>
      <Switch>
         {renderRoutes(routes)}
      </Switch>
   </main>
)
export default App
                    
                
                
            
        
浙公网安备 33010602011771号