-
Hi friends. Thanks for all the work on this project so far.
I'm having some trouble with the VS Code extension and am hoping you can point me in the correct direction to troubleshoot from here.
…
-
how are we supposed to handle caching ? I was under the impression that @tanstack/solid-query would do the caching but the server query seems to always be run even with the same arguments.
-
# Description
- there is currently no `serve` script in the package.json file. This is referenced in the README and should be fine once it's been added
-
Hi !
Running the default template with github i encountered the following issues :
- Sign in seems to be impossible i have an error :
```
[auth][cause]: TypeError: Cannot read properties …
-
# Background
We want to launch each kit with an example of a component that fetches data from a data source and related tests. We have an endpoint set up as a simple hello world that accepts a greetin…
-
When using i.e. the Nav.Link it uses "a" tags rather than the enhanced "A" tags from SolidStart which gives better client side rendering. Are there any ways I can opt into the A-tags?
-
Currently, it has its own server based on nodejs.
It would be more flexible to expose the functionality as connect/express middleware, so that it can be used in an existing express server.
Learn f…
-
Has anyone been able to run Storybook with Solid-Start? I've tried all the solutions provided here https://github.com/solidjs/solid-docs-next/issues/35, but none of them seem to work. These workouts a…
-
# Background
Each kit should have a provided state manager setup and be configured for usage.
# Acceptance
- [ ] Add the chosen state management into the Kit
- [ ] make sure the store works succesf…
-
If there is a input filed named `host` in the Form component, when click one of the input field, there will be an error:
```
Uncaught RangeError: Maximum call stack size exceeded
```
Reproduce s…