-
Is there any benefit of using the |
Beta Was this translation helpful? Give feedback.
Answered by
mjackson
Nov 9, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mjackson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useRoutes()
is just a hook that does what<Routes>
does. We have this API symmetry in a few other places as well, e.g.useNavigate()
and<Navigate>
.