Colada loader: refetch vs reload #596
-
In the Colada loader, I am struggling to see the difference between the returned functions
|
Beta Was this translation helpful? Give feedback.
Answered by
posva
Mar 7, 2025
Replies: 1 comment
-
They are almost the same. I added more info at e7789e9. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JarvisH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are almost the same. I added more info at e7789e9.
reload
is the method that is required by the Data Loaders spec whilerefresh
andrefetch
are specific to Pinia Colada. So Colada loaders have both to comply with both APIs.