Replies: 1 comment
-
You can disable the
You can't do this with conventional routing, it's controlled by the framework. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
In react router v6 we use to be able to do dynamic route configuration like below
const router = createBrowserRouter();
Is it possible to do it conventional routing?
and also whether we can use hash or memory router for conventional routing?
thanks :)
Beta Was this translation helpful? Give feedback.
All reactions