quangnguyen1311
quangnguyen1311
SSolidJS
Created by quangnguyen1311 on 3/27/2025 in #support
SSR doesn't auto fetching data when CSR
Yep, It should be like that. Let me create a repoduce repo for this case when have time.
13 replies
SSolidJS
Created by quangnguyen1311 on 3/28/2025 in #support
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
SSolidJS
Created by quangnguyen1311 on 3/28/2025 in #support
Deploy SolidStart with cluster?
Great, but the first question is does it good practice for meta frameworks(solid-start, nextjs, nuxtjs)
6 replies
SSolidJS
Created by quangnguyen1311 on 3/27/2025 in #support
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
SSolidJS
Created by quangnguyen1311 on 3/27/2025 in #support
SSR doesn't auto fetching data when CSR
I wonder about why it can work if wraped by <Show> element?
13 replies
SSolidJS
Created by quangnguyen1311 on 3/27/2025 in #support
SSR doesn't auto fetching data when CSR
Yep, exactly what happened there
13 replies
SSolidJS
Created by quangnguyen1311 on 3/27/2025 in #support
SSR doesn't auto fetching data when CSR
Not sure why but if I wraper template jsx(included render data from API call) inside a <Show when={data()}></Show> it will keep the data there even navigate to other page and back CSR
13 replies
SSolidJS
Created by quangnguyen1311 on 3/27/2025 in #support
Solid-Start error when using fetch/axios/ky to call to external service SSR
Thank you that's right. I've fixed it
3 replies