mocheng / react-and-redux

《深入浅出React和Redux》代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

十一章路由配置

lianglinux5 opened this issue · comments

/chapter-11/react_router_basic/src/index.js

/*
ReactDOM.render(


,
document.getElementById('root')
);
*/