Replies: 1 comment 2 replies
-
|
If you have a SPA, then you shouldn't fear shared state, as there won't be a NodeJS server running your code. As for TS issues: Use a Sveltekit project to create a Svelte component library. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
As mentioned in the title, what is the recommended way to handle Svelte components in a monorepo environment?
I'm migrated components to a package separate from the web app, and I'm suffering from
tsconfig.jsonissues and$appand other aliases IDE errors and fears of a shared stare (FYI I have an SPA)I want to know what's the best way to solve these issues and build something I described?
Beta Was this translation helpful? Give feedback.
All reactions