Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from SolidStart to SvelteKit #33

Open
seanvelasco opened this issue Nov 10, 2024 · 0 comments
Open

Migrate from SolidStart to SvelteKit #33

seanvelasco opened this issue Nov 10, 2024 · 0 comments

Comments

@seanvelasco
Copy link
Owner

I love SolidStart, but I have trouble separating client-only code and server-only code.

In SvelteKit, there are clear separation - everything that ends in server.ts and everything that ends in .svelte is in the client. In SolidStart, despite using "use server" in every file and function where appropriate, I still see library code leaking in the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant