You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what's incorrect/missing in the documentation
We need clear guidance on choosing between React Router's different routing approaches: component-based routing (<BrowserRouter>, etc.), data routers (createBrowserRouter, etc.), and framework mode.
You can piece together the information on these different routers in a few places, but it would be good to have a single doc like the v6 doc that simply explains all the options, the differences, and where to go next.
The text was updated successfully, but these errors were encountered:
Describe what's incorrect/missing in the documentation
We need clear guidance on choosing between React Router's different routing approaches: component-based routing (
<BrowserRouter>
, etc.), data routers (createBrowserRouter
, etc.), and framework mode.You can piece together the information on these different routers in a few places, but it would be good to have a single doc like the v6 doc that simply explains all the options, the differences, and where to go next.
The text was updated successfully, but these errors were encountered: