How to get 'client side' createResource behavior in SolidStart?
I noticed that if I don't have Suspense component in SolidStart, the whole page refreshes and
For example if use this snippet from regular docs in solidstart project:
It will not show loading text at all, just the whole page refreshes when typing to input.
This is quiet confusing when coming from normal SolidJS, that createResource
Thanks!
createResource loading state doesn't render at all.For example if use this snippet from regular docs in solidstart project:
It will not show loading text at all, just the whole page refreshes when typing to input.
This is quiet confusing when coming from normal SolidJS, that createResource
loading etc are now useless.Thanks!
