6 ms·
Is there any reason you wouldn't want to use SvelteKit now that is has reached version 1.0?
by arzke 3y ago
Is there any reason you wouldn't want to use SvelteKit now that is has reached version 1.0?
- TehShrike 3y agoThe business apps I work on don't benefit from SSR (having to write components that can render server-side is friction without payoff), and I already have a client-side router that supports nesting.
- nerdywordy 3y agoWhat router are you using? One in the svelte ecosystem or a vanilla js router? Also in the process of writing an app that has no ssr needs. There are some minor annoyances with SvelteKit and interested in other options.
- TehShrike 3y agoI'm still using https://github.com/TehShrike/abstract-state-router https://github.com/TehShrike/abstract-state-router which I wrote years ago after thinking "ui-router is great, but I need a version that can keep using no matter what component library I want to use in the future"