quangnguyen1311
Deploy SolidStart with cluster?
It seems all cluster will sharing resources in the public folder in runtime. Hope it not caused any critical issues. However, I'll keep this conversation to get experience of someone have knowledge about cluster mode(pros, cons).
6 replies
SSR doesn't auto fetching data when CSR
I've used data() inside another component for eg: <div><Product info={data()?.info}></Product></div>. And I got the issue after using Show like <Show when={data()}><div><Product info={data().info}></Product></div></Show> I don't see the issue anymore. I'm using Show because seeing a tuturial about solid start in youtube called learn with jacobs but they don't explain why I need it
13 replies