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
I was wondering if there might be the possibility of providing methods for directly accessing values via the request object, avoiding the need to wrap every loader or action just to call an API for example.
This is based on the assumption that the route remix loader can handle being an auth gateway, so it is not required to be used on every single child loader.
The text was updated successfully, but these errors were encountered:
MattyBalaam
changed the title
Feature request: Ability to retrieve values without wrapping loader
Feature request: Ability to retrieve values without wrapping loaders and actions
Aug 29, 2024
I was wondering if there might be the possibility of providing methods for directly accessing values via the
request
object, avoiding the need to wrap every loader or action just to call an API for example.This is based on the assumption that the route remix loader can handle being an auth gateway, so it is not required to be used on every single child loader.
Or perhaps:
The text was updated successfully, but these errors were encountered: