Stephane

Results 12 issues of Stephane

### Describe the problem This is similar to https://github.com/sveltejs/svelte/issues/6737 but 'different'. When using the current setup to create a store, you are in the following situation: ```js const store =...

feature request
runtime

Before releasing v2 there should be some more things in 'Common Patterns' ;) Some ideas: - a carousel like found on booking sites (with some images in a grid and...

help wanted

I have been thinking of releasing a v2.0 of the library, this would be a major version because of some 'breaking changes'. One of the *"complaints"* often raised about `renderless-svelte`...

The current implementation of the site has some serious errors with the code samples. While looking to fix this, also start using Sveltekit instead of Sapper

documentation

### Describe the problem Currently matchers are placed in a seperate folder, away from the routes. ### Describe the proposed solution Place matchers in `+page.js` (or `+page.server js`) or even...

A recipe that show how to integrate an existing CSS framework (Tailwind, Semantic, Bulma ...) could be nice as this is also an often requested topic on the discord servers....

good first issue

### Describe the problem It is not uncommon that a component is filled up using specific subcomponents, consider the following: ```html ... ... ... ``` in order to ensure everything...

### Describe the bug Somehow it seems that changing params in nested routes does not trigger the load function to run again. ### Reproduction https://www.sveltelab.dev/md97yhs52ldziep When first loading you will...

bug

Closes #2033 With the introduction of "zero effort typing" the generated templates from the Svelt Extension no longer need the types, this change reflects that by removing these types from...

The templates for Create Route still have the import type stuff that can now be removed thanks to "zero effort types". Those could be changed to not have this anymore...