-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
🗺️ Middleware #7643
Comments
What's the status on this? Specifically asking for ReactRouter because the root loader doesn't run first there and it seems like everyone using ReactRouter (personally as a stepping stone to Remix) is floundering (see remix-run/react-router#9327) on how to do authentication. |
Is there any update on this? Authentication is probably the biggest use case. |
My approach for this is:
However, I'm unable to find |
We do still need a way to be able to change dataStrategy using RR7 vite plugin though. |
@infiniteluke Using the new routes.ts pattern, there is nothing similar to RRv6 |
The text was updated successfully, but these errors were encountered: