protected-react-routes-generator

时间:2024-06-05 15:18:15
【文件属性】:

文件名称:protected-react-routes-generator

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-05 15:18:15

JavaScript

描述 一个React实用程序,用于: 在完全控制渲染路径的情况下处理受保护的路径逻辑。 确保这是唯一可以访问其指定路线的角色。 处理重定向 阻止登录用户访问不需要身份验证的路由,反之亦然。 您可以从这里玩 例子 import React from 'react' ; import { Switch } from 'react-router-dom' ; import { ConnectedRouter } from 'connected-react-router' ; // Utility import RoutesConfiguration from 'protected-react-routes-generator' ; // Routes import CoursePayment from '../Payment/Course' ; import PaymentResult


【文件预览】:
protected-react-routes-generator-master
----.gitignore(310B)
----package.json(909B)
----.npmrc(73B)
----package-lock.json(79KB)
----src()
--------index.js(4KB)
--------Utils.js(152B)
----LICENSE.md(1KB)
----dist()
--------index.js(5KB)
--------Utils.js(162B)
----README.md(6KB)

网友评论