5 ms·
> has that happened with Svelte? Yes. There are features that have been deliberately kept on the platform level to force you to use the platform instead of imp
by byyll 1y ago
> has that happened with Svelte?
Yes. There are features that have been deliberately kept on the platform level to force you to use the platform instead of implementing it on the framework level or guiding you through it with the docs.
https://svelte.dev/docs/kit/glossary#ISR https://svelte.dev/docs/kit/glossary#ISR
- rich_harris 1y agoISR _can't_ be implemented at a framework level without tying the framework to the platform. The fact that we instead chose to implement it via a platform-agnostic adapter API surely demonstrates the opposite of what you're implying
- byyll 1y agoIt's platform agnostic but Vercel is the only one that supports it? At least that's in the docs I linked.
- 0xblinq 1y agoThis would be true if you also provided an adapter-node, which would work on most traditional servers, and most non-serverless platforms. The fact that you prioritize the vercel one and not the node native one proves what OP implies in my opinion.