Can I benefit from type safety when using react-router v7 as library mode ? #12680
-
Hello, I would like to know if it is possible to benefit from the new type safety while still using react-router as a library in a SPA ? |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Jan 6, 2025
Replies: 1 comment 5 replies
-
The new type-safety features are only for framework mode, what you can do use to use framework mode with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even with RR type safety the navigate function is not yet typed so you won't get auto completion there