Files
garden/svelte.md
T
2021-01-25 22:00:36 +01:00

455 B

Svelte

  • A framework.
  • [go] svelte.dev
    • "cybernetically enhanced web apps"
    • [quote] 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.