sveltekit-typescript-showcase
lit
sveltekit-typescript-showcase | lit | |
---|---|---|
6 | 182 | |
737 | 20,127 | |
0.0% | 0.7% | |
4.0 | 8.3 | |
about 2 years ago | 5 days ago | |
Svelte | TypeScript | |
- | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sveltekit-typescript-showcase
-
Do you like Svelte documentation?
Yes, but it's missing some typescript stuff, such as $$props. Ivan Hofer's repo is a lifesaver: https://github.com/ivanhofer/sveltekit-typescript-showcase
- good projects on github to see how to implement typescript in sveltekit
-
Who here uses Typescript entirely for thier Svelte projects?
I found this on GitHub https://github.com/ivanhofer/sveltekit-typescript-showcase and hope it's enough because actually, as you say there is not much around.
-
Migrating from Vue 2 to Svelte
I may be missing something (I haven't used Svelte, SvelteKit, or TypeScript much), this doesn't seem accurate. I was going to link to a direct example, but I'm not sure I understand exactly what you're looking for. More information here: https://github.com/ivanhofer/sveltekit-typescript-showcase
-
Have you successfully migrated to the latest version of SvelteKit (breaking routing changes)? How much time did it take?
That's gonna get you a lot of the way there. From there, I would recommend looking at sources like the my-app-ts you created and https://github.com/ivanhofer/sveltekit-typescript-showcase (which is a little outdated right now... so don't get lost in there).
-
Svelte ❤️TypeScript
TLDR; examples how Svelte and TypeScript work together https://github.com/ivanhofer/sveltekit-typescript-showcase
lit
-
Show HN: Lit-Toaster – Notifications for Lit Web Components
Here’s a library for creating toast notifications in Lit Web Components.
Feel free to contribute, leave a like, or share your feedback.
If unfamiliar with Lit, here's link to docs: https://lit.dev/
-
The time is right for a DOM templating API
The author was a core contributor of Google's Lit project: https://github.com/lit/lit
-
A novel approach to reusable web components
Angular has nothing to do with web components. It isn't even a way to write web components.
If anything is the "Google blessed" way of writing web components (Google doesn't really work that way), it's Lit: https://lit.dev/
-
library ECV-COMPONENT
It is a set of Web Componentes created using the Lit Element library, aiming to reuse, speed up, and standardize project development for the sector.
-
Plain Vanilla Web – Guide for de-frameworking yourself
some people cheat by using web components but with Lit Elements. https://lit.dev/
-
So Yeah – I hate useEffect
Lit[0] is the underdog winner here. Like the OP, I much prefer functional style and Lit is the only class-based thing in my repos, but it is much easier to deal with the lifecycle than React effects and hooks.
Lit is nearly bare metal HTML (and has been proposed as a permanent addition to standard HTML. It also doesn't need JSX because you just write regular HTML in tagged template literals.
Nearly all the "new, improved" reactive frameworks I see that are "better than React" are just trying to reinvent Lit.
[0] https://lit.dev
-
Dart added support for cross-compilation
wtf are you taking about with “completely abandoned”? https://github.com/lit/lit/pulse/monthly
-
Proton: Pluggable SSR + DOM | Or How I implemented better SSR from scratch
First I take a look at how other libraries/frameworks implement SSR and found out that they either simply don't implement DOM at all or implement the least of it (like Lit).
-
Web Component shadow roots x design system. Constructable style sheets?
As HAX project lead, our platform works exclusively through the building and nesting of 1,000s of Web Components and most (~95%) use ShadowRoots via Lit / LitElement.
-
The Modern 2025 Web Components Tech Stack
Lit
What are some alternatives?
sveltekit-page-transitions - Bare-minimum implementation of animated page transitions in SvelteKit.
Svelte - web development for the rest of us
reddit-scroller - Reddit media scroller app built with SvelteKit
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
activity-tracker - Custom work activity tracker with Tauri, Rust and SvelteKit
Preact - ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.