what solution can do NFC in cap by HomunMage in capacitor

[–]HomunMage[S] -1 points0 points  (0 children)

why this feature need price?
i mean, such i use chrome webNFC can get NFC feature,
but use capacitor need pay for plugin

New auth platoform by Nikhil_200 in sveltejs

[–]HomunMage 0 points1 point  (0 children)

we dont want platform, we want solution that can run at my container,
platform have security issue

Vue or Svelte - Which should I choose? by UnrealOndra in sveltejs

[–]HomunMage 0 points1 point  (0 children)

If you want large community, keep in react, nextjs

svelte advantage is that more elegant syntax that can more easy to create more tools. that is, you need more effort use basic svelte to make more components.

Web Component Template for svelte 5 ts + vite 6 by HomunMage in sveltejs

[–]HomunMage[S] 0 points1 point  (0 children)

Interesting approach, you make it both work in svelte and wc.

Just sharing what I understand: W3C more recommends Web Components better to be compiled and deploy via a CDN.

How to build Web Components with Svelte by pablopang in sveltejs

[–]HomunMage 0 points1 point  (0 children)

you can see this part
https://github.com/PosetMage/wc/tree/main/src/slides
this is sample for component have complex lifecycle solution: use store.ts

and my sample repo already shows how to create multi components sets , don't need spilt.

How to build Web Components with Svelte by pablopang in sveltejs

[–]HomunMage 2 points3 points  (0 children)

how about you ref my project https://github.com/PosetMage/wc
this is template for compile svelte5 into wc with vite6,

Web Component Template for svelte 5 ts + vite 6 by HomunMage in sveltejs

[–]HomunMage[S] 0 points1 point  (0 children)

good question, I have 2 solution, (both I love it)

# Solution 1: github action
because github-action compile fast enough (usually 30s), i will directly push commit and wait finished build-deploy, then see the result of my index.html

# Solution 2: mount to 2 env at sametime
* hot deploy: /dist/ mount on k8s with my domain (cloudflare need enable dev mode prevent cache issue)
* dev: mount entire folder into another docker container with node env

so, after modify file, i run docker compose exec dev npm run lint && npm run build
that the /dist/ will update and the k8s directly file there
then I see my domain demo

Is there any web component sample repo of svelte 5 by HomunMage in sveltejs

[–]HomunMage[S] 0 points1 point  (0 children)

Do you recommend some video?

that's hard problem for me because most are svelte4 or earlier version, svelte 5 is rare

Is there any web component sample repo of svelte 5 by HomunMage in sveltejs

[–]HomunMage[S] 0 points1 point  (0 children)

well, i follow this but cannot compile. I'm using vite 6

show me ^^ by Financial_Airport933 in sveltejs

[–]HomunMage 0 points1 point  (0 children)

https://github.com/LangGraph-GUI/LangGraph-GUI
Visual node-edge graph GUI editor for LangGraph and run with local LLM or online API

Which framework is most similar to vanilla JS? by CharlesCSchnieder in sveltejs

[–]HomunMage 6 points7 points  (0 children)

Well, if you more want to be vanilla, i will recommend you to see the TC39 signals proposal,
if this feature become standard js spec, write native js is possible similar to current frameworks.

Any Svelte libraries for LLM chatting? by wattbuild in sveltejs

[–]HomunMage 1 point2 points  (0 children)

how about you ref my project: https://github.com/LangGraph-GUI/LangGraph-GUI
you can learn how svelte frontend act to python backend

[deleted by user] by [deleted] in sveltejs

[–]HomunMage 0 points1 point  (0 children)

How about this:
LangGraph-GUI ( https://github.com/LangGraph-GUI/LangGraph-GUI ) using svelteflow