quangnguyen1311
Deploy SolidStart with cluster?
I've completed development with SolidStart. Currently, I need to deploy it to my vps. So I'm wondering about performance and want to deploy solid-start application with cluster mode. I've to trying the nitro preset for node-cluster with full app.config.ts
It seems it work as normal when I try pnpm start
My question is do I did good practice or does solid-start can run in cluster mode for better performance?
6 replies
SSR doesn't auto fetching data when CSR
Hi,
Currently, I've create some routes for SSR purpose and they work perfectly.
However, If I go to the page SSR then navigating through some page and back to the SSR page the data SSR before is loss.
Do I need do other step to ensure keep the data for the page? Or need something to switch from SSR to CSR during navigating?
13 replies
Solid-Start error when using fetch/axios/ky to call to external service SSR
Hi I'm new at Solid-Start. Currently, I'd like to call to external API. I try to use all of fetch/axios/ky but all of them returned error.
For detail:
1. If I call API inside onMount() it can work as normal.
2. If I call outside of onMount() like inside a createResouse() like
They all return the error
3 replies