-
# Get single repo information from GitHub API
## Background
We want to create a view for an individual repository. It will share a similar look to the same page on GitHub, but with slightly fewer fe…
-
When the app loads, I get this error in the console:
`Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type chec…
-
-
### Description
Hi,
I want to create my components without knowing which routing is used on the page (VPS give us ability to set it per page), so to navigate somewhere by code I should use `naviga…
-
I'm trying to use ref={} to assign/bind variables, as seen in the tutorials here: https://www.solidjs.com/tutorial/bindings_refs. There are no errors, but when I try to use them in onMount(), they are…
-
### Which project is this feature idea for?
Turborepo
### Describe the feature you'd like to request
I would appreciate if you guys consider supporting SolidStart js in the roadmap.
### D…
-
So I have a bare bones JS only SolidStart app I created today, brand new. Node version is 18.
I create the initial app with the counter. It works great right out of the box. I do a build. I go into…
-
seeing this warning/information on starting the dev server. Not sure of the implications and what action needs to be taken. FYI - discussion thread on [Supabase - Discord server](https://discord.com/c…
-
The following examples to showcase how to use Vidstack with some popular application meta-frameworks:
- [ ] HTML
- [ ] Next.js
- [ ] SvelteKit
- [ ] Nuxt
- [ ] Vite
- [ ] Astro
- [ ] SolidSta…
-
What is the best way to use `@solid-primitives/i18n` with SolidStart? Right now, it throws an error during server-side rendering:
```ts
ReferenceError: navigator is not defined
```