-
I am trying to create a library to be consumed in a SolidJS project
Currently i only have one component in my project
`src/index.tsx`
```tsx
import { createSignal, onCleanup, Component } from …
-
New to Solidjs and relatively new to TypeScript. I'm following the tutorial and encountered this error when trying to use the Context API. The same error is showing up in my local IDE.
![Screen Sho…
-
## Background & Motivation
### There's been significant interest in our Discord to replace Prism with Shiki:
- @tusharsadhwani https://discord.com/channels/830184174198718474/872579324446928896/…
-
If the https://github.com/solidjs/solid/blob/main/packages/solid-ssr/examples/shared/src/router.js example were applied to a tsx file, `error TS2741: Property 'children' is missing in type` occurs.
…
-
**Describe the bug**
During the course of migrating from Webpack 4 -> 5, a mysterious bug appeared in my appeared which I believe originates from SolidJS. I am using Electron 12.0.0, Node 14.16.0,…
-
Recently esbuild v0.12.1 introduced the `jsx=preserve` option: .
Would be great if `rollup-plugin-esbuild` would add support for passing the option through.
-
Hi,
I created my solidjs project using the create-solid script
`> npm init solid app-ts my-app`
I would like to use the 1.0 release candidate, so I just updated the version of solid-js in packa…
-
### Describe the bug
I noticed the following situation. There is a context, there is a root component, and there is a component that will be nested in the root.
The entire application is wrapped in …
-
I'm using SolidJS with TypeScript. I'm having trouble using Switch / Match with TypeScript [discriminated unions](https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions…
-
The list of (possibly) viable frameworks/libraries are:
- Vue 3
- Svelte
- StencilJS
- SolidJS
- LitElement
- Haunted + lit-html
The criteria for a good choice are:
- [ ] Must have first-class supp…