We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de51d59 commit 007fab5Copy full SHA for 007fab5
README.md
@@ -4,7 +4,7 @@ React 安全路由器
4
5
# 框架说明
6
7
-rsr 是 react security router 的简写,一个基于 react router 实现路由级别控制的安全框架。
+rsr 是 react security router 的简写,一个基于 react router 实现纯前端路由级别控制的安全框架。
8
9
功能简介:
10
@@ -47,3 +47,8 @@ export default withSecurityBlocker(Root, bundler => {
47
});
48
49
```
50
+
51
+# 其它例子
52
53
+基于 Modern.js 的例子:https://github.com/lanaqi-opensource/rsr-demo
54
+基于 react-router-dom 的例子:https://github.com/lanaqi-opensource/rsr6-demo
0 commit comments