A curated list with resources (starters, blog articles) related to Svelte JS Framework - Provided by AppSeed Web App Generator.
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
- Svelte Digital Agency - built with Svelte3, Bootstrap4 and Font-awsome
- SB-Admin-Svelte - A dashboard made by using Svelte and Sapper, inspired from SB-Admin Dashboard.
- Svelte Coderstats - Data visualizations of your top languages, starred repositories and top repos.
- SvelteStrap - Bootstrap 4 components for Svelte3
Blog Articles
- I created the exact same app in React and Svelte. Here are the differences.
- Why SvelteJS may be the best framework for new web devs
- Svelte 3 Tutorial: A JS App with That Magic Framework You Heard About
- Exploring Sapper + Svelte: A quick tutorial
Open-source admin dashboard made by using Svelte and Sapper, inspired from SB-Admin Dashboard.
- JS Framework: Svelte, Sapper
- UI Kit: SvelteStrap - Bootstrap4 components for Svelte v3
- Design Credit: SB Admin by StartBootstrap
- MIT License
- Svelte Dashboard SB Admin - Souce Code
- Svelte Dashboard SB Admin - LIVE Demo
Open-source web app made by using Svelte and Sapper.
- JS Framework: Svelte, Sapper
- Design Credit: Nixalar
- MIT License
- Svelte Digital Agency - Souce Code
- Svelte Digital Agency - LIVE Demo
Open-source web app made by using Svelte and Sapper.
- JS Framework: Svelte, Sapper
- UI Kit: Bulma CSS
- Design Credit: Robert C. Soriano
- MIT License
- Svelte Coderstats - Souce Code
- Svelte Coderstats - LIVE Demo
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.