Skip to content

[TanStack Start] How does one invalidate specific server functions (in between components)? #3474

Discussion options

You must be logged in to vote

when called in components, you would need to call again. a server function is just ... a function. it does not have state. you handle this. or just use query to call it and then you can invalidate via query

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@alexwork1611
Comment options

@schiller-manuel
Comment options

Answer selected by alexwork1611
@alexwork1611
Comment options

@alexwork1611
Comment options

@schiller-manuel
Comment options

@alexwork1611
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants