solid-start
solid-start copied to clipboard
SolidStart, the Solid app framework
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 If I add the [official...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 When project is inside a...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 Solidstart produces single digit results...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Summary 💡 Solid, or dom-expressions, inline any `style`...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 Currently, whilst running solid-start inside...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 Hydration fails if you read...
import { createMemo, For, Show } from 'solid-js'; export function Card250T8(props) { const thumbnails = () => props.card?.data?.thumbnails; const showCard = () => props.card?.data?.valid; const cardbackground = () => props.card?.data?.bg_image;...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 When using deno.json in place...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Current behavior 😯 "hydration mismatch" "hydration key not...
### Duplicates - [x] I have searched the existing issues ### Latest version - [x] I have tested the latest version ### Summary 💡 currently we can do this: ```tsx...