标签: reactjs react-router
在以下条件下提供路由级别验证的最佳方法是什么。
<Route path="/home/" render = {(props) => <Home {...props} sock = {socket} />}/>