python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to reduce code using es6 destructuring syntax?
I'm using urql with Svelte and I'm delighted.
There is one thing I would like to improve but I don't know how.
Many times I have code like this:
<script lang="ts">
import { operation...
Fred Hors
Votes: 0
Answers: 1
Sveltekit Firebase hosting
How can I use SvelteKit and firebase hosting? firebase hosting requires the html file to be called Index.html while SvelteKit calls it app.html. I think it has something to do with SvelteKit adaptors
arjun agarwal
Votes: 0
Answers: 2
Architecture with Api
i would like to ask a question, what is the best architecture to implement in a website a component to communicate with the api in svelte : Set all function related to api inside a store or with neste...
Antony Martinez
Votes: 0
Answers: 0