Ciantic
Explore posts from serversHow 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
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!76 replies