Top 15 TypeScript Sveltej Projects
-
elderjs
Elder.js is an opinionated static site generator and web framework for Svelte built with SEO in mind.
Project mention: Should I go further with Svelte or just migrate to Sveltekit | reddit.com/r/sveltejs | 2022-01-25I like SvelteKit and am using it on projects, but this looked interesting too https://elderguide.com/tech/elderjs/
-
svelte-preprocess
A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
Project mention: Attempting to add math rendering to mdsvex, but encountering an error | reddit.com/r/sveltejs | 2022-05-22import adapter from '@sveltejs/adapter-auto'; import preprocess from 'svelte-preprocess'; import { mdsvex } from 'mdsvex'; import remarkMath from 'remark-math'; import rehypeKatex from 'rehype-katex-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { extensions: ['.svelte', '.svx', '.md'], // Consult https://github.com/sveltejs/svelte-preprocess // for more information about preprocessors preprocess: [ preprocess(), mdsvex({ extensions: ['.svx', '.md'], smartypants: true, layout: { project: "./src/routes/projects/layout.svelte", post: "./src/routes/blog/layout.svelte", }, remarkPlugins: [remarkMath], rehypePlugins: [rehypeKatex], }), ], kit: { adapter: adapter({ edge: false, external: [], split: false }) } }; export default config;
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
sk-auth
Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
Useful if true but I've just integrated sk-auth into my app...
-
-
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
We'll cover in this post some common features you may want in your web apps, by building a shopping web app. The base sample code we'll use is implemented with React, Angular, Vue.js and Svelte so you can pick your favorite framework to follow along.
-
The repo with docs and the code is here at jpinho/svelte-react
-
-
sveltegen
A simple, easy to use CLI for creating Svelte/SvelteKit components, actions, and routes, quickly and conveniently
Project mention: Introducing: Sveltegen! A CLI for simple and easy creation of actions, components, and routes! | reddit.com/r/sveltejs | 2021-10-06There's now an examples folder, these aren't fully fleshed out or anything, but it shows a mix of the different options & the resulting file output.
-
-
-
View on GitHub
-
Project mention: First Svelte & SvelteKit project: a figure of speech reference | reddit.com/r/sveltejs | 2022-03-13
The project is hosted with GitHub pages and is live here, the repository is also on GitHub, accessible at https://github.com/pBouillon/locutionis
TypeScript Sveltejs related posts
- Attempting to add math rendering to mdsvex, but encountering an error
- PostCSS- NESTED --- How can i use it inside a component
- Update Svelte component style using on:mousemove directive
- Creating your first Svelte App with SvelteKit
- Must use import to load ES Module error
- Sveltekit with next auth?
- Introducing: Sveltegen! A CLI for simple and easy creation of actions, components, and routes!
Index
What are some of the best open-source Sveltej projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | elderjs | 1,874 |
2 | svelte-preprocess | 1,349 |
3 | sk-auth | 345 |
4 | svelte-forms | 290 |
5 | Snel | 266 |
6 | svelte-windicss-preprocess | 163 |
7 | svelte-plugins | 108 |
8 | mslearn-staticwebapp | 55 |
9 | svelte-react | 27 |
10 | amp-cms | 23 |
11 | sveltegen | 19 |
12 | chakra-ui-svelte | 19 |
13 | focus-svelte | 18 |
14 | svelte-i18next | 13 |
15 | locutionis | 7 |
Are you hiring? Post a new remote job listing for free.