Skip to content

discussions Search Results · repo:sveltejs/svelte language:JavaScript

469 results
 (84 ms)

469 results

insveltejs/svelte (press backspace or delete to remove)

Hi all, I was wondering what the nicest way in Svelte 5 with runes of the following would be: I have a let myState = $state( some string ) which is synced via websocket. When a websocket message is received, ...

Hi, I have some language and API feature request regarding some concepts in svelte and also in sveltekit. I came across some parts when developing with sveltekit that were tricky to achieve with the current ...

I m running into issues using Svelte 5 with esbuild when importing .svelte files from another package. This setup worked fine in Svelte 4, but in Svelte 5 I m seeing the following error: effect_orphan: ...

Hi, I have a problem that I ve spent the past week thinking about/working on that I cannot find a solution for. I ve asked a few parts of this piecemeal in the Discord, but haven t gotten responses or ...

Exporting snippets something is wrong here Note: This requires Svelte **5.5.0** or newer No ? REF docs snippet export

When using Bun with a SvelteKit application, you often need to run standalone scripts that reuse code from your app. But SvelteKit uses special module imports that don t work outside the SvelteKit context: ...

https://www.amazon.com/s?i=stripbooks rh=n%3A5%2Cp_28%3Asvelte%2Cp_n_feature_browse-bin%3A2656022011 s=date-desc-rank Adv-Srch-Books-Submit.x=54 Adv-Srch-Books-Submit.y=10 unfiltered=1 ref=sr_adv_b Not ...

So, I m learning Svelte and Sveltekit, and I was wondering if anyone has success using it with bun as, svelte-adapter-bun seems to be abandoned and hasn t been updated for 2 years. I m at the point where ...

The Svelte team has been hard at work on asynchronous rendering, with client-side support and remote functions as our first two efforts. It’s time for the third: SSR. Background There are three core ...

I would love to be able to do: function createStore() { const value = $state() const state = {value} const actions = { foo() { value = value + 2 } } return {...state, ...actions} } Compiler generates: ...
  • vjprposted
    21 days ago
  • 8