How to read request object for a route?
Hello, I was wondering what is the correct approach for reading the request object for a route? In react router you would do something like:
Whats the equivalent of this in tanstack router? I scoured the documentation but couldnt find a resource on how exactly I can read the request object.
Whats the equivalent of this in tanstack router? I scoured the documentation but couldnt find a resource on how exactly I can read the request object.