Replies: 2 comments 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. |
|
The The tsconfig side sorts itself out with the library template ( |
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?
All reactions