Everipedia Logo
Everipedia is now IQ.wiki - Join the IQ Brainlist and our Discord for early access to editing on the new platform and to participate in the beta testing.
svelte(Web framework)

svelte(Web framework)

Introduction

svelte [1] [2]- The magical disappearing UI framework.

If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive.

Like Svelte, these tools all share a goal of making it easy to build slick interactive user interfaces.

But Svelte has a crucial difference: rather than interpreting your application code at run time, your app is converted into ideal JavaScript at build time.

That means you don't pay the performance cost of the framework's abstractions, or incur a penalty when your app first loads.

And because there's no overhead, you can easily adopt Svelte in an existing app incrementally, or ship widgets as standalone packages that work anywhere.

Read the introductory blog post [0]to

learn more about Svelte's goals and philosophy.

Features

  • The web's JavaScript bloat crisis, solved. Svelte turns your templates into tiny, framework-less vanilla JavaScript.

  • Simple and familiar. Build apps out of composable, easy-to-write blocks using languages you already know.

  • Super fast, rock solid. Compile-time static analysis ensures the browser does no more work than it needs to.

References

[1]
Citation Linksvelte.technologysvelte introduction
May 1, 2018, 5:43 AM
[2]
Citation Linksvelte.technologysvelte offical site
May 1, 2018, 5:44 AM
[3]
Citation Linkgithub.comsvelte source code
May 1, 2018, 5:44 AM