Svelte is a radical new approach to building user interfaces as it writes code that surgically updates the DOM when the state of your app changes.
Share on facebook
Share on linkedin
Share on twitter
Share by email
Manage your Svelte application content with a powerful headless CMS.
The easiest way to manage your content
Strapi enables content-rich experiences to be created, managed and exposed to any digital product, channel or device.
Strapi is powered by a modern technology stack using Node.js – it's fast. Really fast.
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Performance is the the word
Svelte is known for its speed and relatively small bundle size.
Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
Wanting to combine this technology with Strapi is a very good choice for your project in order to achieve a certain need in terms of performance.
Share on facebook
Share on linkedin
Share on twitter
Share by email
Get Started with Svelte
Learn how to create an Svelte application with Strapi by following our documentation.