SolidJSS
SolidJS2y ago
5 replies
sh1man

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;
Was this page helpful?