Is createBrowserRouter expected to be deprecated in the long term in React Router? #13080
Unanswered
Dolpheus89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed that in React Router v6, the
createBrowserRouter
function was commonly used in tutorials and examples for setting up routing. However, in React Router v7, this method seems to have taken a backseat, with the focus now on using RouterProvider.While I understand that
createBrowserRouter
is still supported, I was wondering if there are any plans to deprecate it in the long term? Or is it expected to remain for future versions of React Router?Thanks for any insights or clarifications you can provide!
Beta Was this translation helpful? Give feedback.
All reactions