react-router-waiter icon indicating copy to clipboard operation
react-router-waiter copied to clipboard

react-router v6 路由统一管理及路由拦截方案

Results 7 react-router-waiter issues
Sort by recently updated
recently updated
newest added

hi Neo, 目前想参考你的实现思路实现一遍,发现有些问题, **RouteObject**这个类型有多种类型控制, ![image](https://user-images.githubusercontent.com/50562423/200567718-407128be-59db-4324-a138-068a8aaf1574.png) ![image](https://user-images.githubusercontent.com/50562423/200568304-4b3daa87-8e88-4560-9916-6eb72638368f.png) 这是我的依赖版本 ![image](https://user-images.githubusercontent.com/50562423/200569361-fe2cb604-c531-44bf-9384-c63a56bb8d54.png) -------- 不知道Neo是否有遇到过此类问题

onRouteBefore中只接收pathname和meta两个参数,并且不能使用hook,而我的用户信息存储在全局store中,我要如何获取权限信息并进行校验呢?

![image](https://user-images.githubusercontent.com/93125879/180181736-d40c7628-a124-40cd-b996-a52ae5598fdb.png) ![image](https://user-images.githubusercontent.com/93125879/180181790-fd137bee-3874-4ccf-9ae2-652ad3e130b6.png)

滚动加载更多后点进进入下一页,然后返回的时候会白屏,需要滑动一下屏幕才会显示出来

想使用/a/:id的子路由方式,发现在a的children中使用:id作为path不会识别为动态路由,但在routes的顶层新建一个/a/:id就没有问题,不知道是不是我的使用方式不对

The above error occurred in one of your React components: in Unknown (created by d) in Suspense (created by d) in i (created by d) in d (at App.tsx:36) in...