Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 5.1 KB

README.md

File metadata and controls

102 lines (63 loc) · 5.1 KB

A curated list with resources (starters, blog articles) related to Svelte JS Framework - Provided by AppSeed Web App Generator.

Svelte Resources short-list

Links

  • Svelte JS - the official website
  • Svelte JS - the public repository (Github)
  • What is Svelte - a comprehensive Wikipedia page
  • Sapper - Sapper is a framework for building web applications, based on Svelte.

Starters

Blog Articles


Open-source admin dashboard made by using Svelte and Sapper, inspired from SB-Admin Dashboard.

Features & Links


Svelte Dashboard SB Admin - Open-Source Admin Dashboard coded in Svelte.


Open-source web app made by using Svelte and Sapper.

Features & Links


Svelte Digital Agency - Open-Source Web App coded in Svelte.


Open-source web app made by using Svelte and Sapper.

Features & Links


Svelte Coderstats - Open-Source Web App coded in Svelte.


Svelte is a free and open-source JavaScript framework written by Rich Harris. Svelte applications do not include framework references. Instead, building a Svelte applications generates code to manipulate the DOM, which may give better client run-time performance.

Svelte is a radical new approach to building user interfaces. ... Svelte components are built on top of HTML. Just add data. CSS is component-scoped by default — no more style collisions or specificity wars. Or you can use your favourite CSS-in-JS library.


Sapper is the companion component framework to Svelte that helps you build larger and more complex apps in a fast and efficient way. In this modern age, building a web app is a fairly complex endeavor, what with code splitting, data management, performance optimizations, etc.



Svelte JS Framework - Provided by AppSeed Web App Generator.