如何将 React Router 与 Laravel 一起使用?
2022-08-30 12:13:04
我需要与项目一起使用。React Router
Laravel
但是当我在上创建路由器并尝试访问时,指责路由不存在错误。React Router
Laravel
我如何使用来管理Laravel项目路线?React Router
render((
<Router history={browserHistory}>
<Route path="/" component={App}/>
<Route path="/profile" component={Profile}/> // this route I trying access
</Router>
), document.getElementById('root'));