[✨] Revalidation data in useloader after useAction runs #125
Adbib
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
I have the Loader get me a list of data, when I use an Action to delete an item from the list the UI still has old data from the Loader
Describe the solution you'd like
a way to revalidate data in Loader after submitting an Action
Describe alternatives you've considered
In Remix for example, after you use an Action the Loader gets automatically revalidated, also you can control if you should revalidate or not using the shouldRevalidate function .
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions