Understanding Kit: What's its purpose? #2728
-
Hey all, so basic question here: what is the vision for Kit 1.0 in the Svelte ecosystem? I've been using it for a few projects, so I know what it is (that is: a router, Vite for local dev server and SSR, certain accompanying configs), but I'm trying to understand how that fits into the wider Svelte plans. Some have compared Kit with Curious on the community's thoughts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's the Application Framework to Svelte's Component Framework. In a similar way that Next.js builds on top of React to provide the higher level functionality that you need to build a complete app rather than individual components. Things like routing, session handling, pre-fetching, and the ability to support a continuous spectrum of app types from SSR to SPA, including hybrid. |
Beta Was this translation helpful? Give feedback.
It's the Application Framework to Svelte's Component Framework.
In a similar way that Next.js builds on top of React to provide the higher level functionality that you need to build a complete app rather than individual components.
Things like routing, session handling, pre-fetching, and the ability to support a continuous spectrum of app types from SSR to SPA, including hybrid.