Is this possible to update the context programmatically without using beforeLoad
Hi all I am using a code-based route I have to update the auth stage whenever the user completes the auth stage (opt verification stage, profile image adding stage, role adding stage). Is this possible to update the context without using beforeload
2 Replies
conscious-sapphire•2y ago
what exactly do you want to do? have a look at the kitchen sink example: https://stackblitz.com/github/tanstack/router/tree/main/examples/react/kitchen-sink?embed=1&theme=dark
StackBlitz
Router Kitchen Sink Example - StackBlitz
Run official live example code for Router Kitchen Sink, created by Tanstack on StackBlitz
deep-jadeOP•2y ago
@Manuel Schiller thanks for this example got clarity to update the context.