bodyno / universal-react-starter-kit

服务端渲染的 React 手脚架。使用 React, Redux, and React-Router!一个简单优美的脚手架
https://github.com/bodyno/universal-react-starter-kit
MIT License
282 stars 51 forks source link

怎么在模块中增加子路由 #9

Open Peturman opened 6 years ago

Peturman commented 6 years ago

怎么在模块中增加子路由,例如,在router中Counter模块增加子页面,并在模块中共用Counter中的reducer?

bodyno commented 6 years ago

很简单,在/src/routes/index.js目录下增加你所需要的路由代码,View页面引用并加载Counter中的reducer即可