what's the difference between? createResource andcreateAsync
and who can write about createAsync in more detail
essentially createAsync is a wrapper over createResource, but I don’t remember what it’s for?
and why do you need to indicate on the routes
export const route = {
load: () => historyLoadPdfFile()
} satisfies RouteDefinition;
essentially createAsync is a wrapper over createResource, but I don’t remember what it’s for?
and why do you need to indicate on the routes
export const route = {
load: () => historyLoadPdfFile()
} satisfies RouteDefinition;
