# react_路由鉴权示例 **Repository Path**: rosenprivate/react_router_auth ## Basic Information - **Project Name**: react_路由鉴权示例 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-09-18 - **Last Updated**: 2023-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # todo_list应用 * react与react-redux配合的路由鉴权应用示例 * 三个路由 * /list 对应TodoList组件 * /counter 对应Counter组件 * /login 对应Login组件 * 根路由重定向到counter路由 * 若counter的值不为真,访问list路由会跳转到login * counter的值为真,正常访问list