-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🗺 Add lazy
property to Route
#9884
Comments
@markdalgleish get to a happy place and then we'll have a meeting to figure out how much Remix (particularly manifest routes) we want to bring over to React Router. |
module
property to Routelazy
property to Route
This is released in |
Tried both the import * as SSHKeysPage from './pages/settings/SSHKeysPage'
<Route path="ssh-keys" {...SSHKeysPage } /> |
Released in |
Don't want to add a new function like
createModuleRoutes
we just want to add<Route module>
and then ignore all the other things.Progress
createModuleRoutes
utility function #9830The text was updated successfully, but these errors were encountered: