My app breaks when there is any javascript error.
how to use createResource in Astro SSR
Reset signals when same component is navigated to
Solid.js event handler that depend on reactive value best practice (fix solid/reactivity lint rule)
createStore causing warning
createStore for a lot of my app, to reduce prop drilling and make inter-component communication a lot easier. I will preface, my app works exactly as intended. No bugs or issues that i can see (currently) - however i get this warning due to my createStore structure.
computations created outside a `createRoot` or `render` will never be disposed
createComputation @ dev.js:748
computations created outside a `createRoot` or `render` will never be disposed
createComputation @ dev.js:748
Array of refs - keeps extranuous values - need to reset/slice
Partial Setter for a Store
SetStoreFunction or something else (the props the PersonForm can be changed if needed) that modifies a field inside the store.
```
const [store, setStore] = createStore({ ...How to extend native events
Say I have a `Card` component, How can I have a `Card.Header` component?
Card component, How can I have a Card.Header component?How to have reactive getters on each element?
createStore, and I want each element to have a getter, how should I go about this?
I asked chat gpt, and he proposed this.
```typescript
const [state, setState] = createStore([...frontend navigation: null is not an object (evaluating '_el$11.nextSibling')

create-jd-app auth.ts type error
create-jd-app in my auth.ts file. @orjdev is there a fix on my side for this or is this an issue with the create-jd-app config?
How to import MWS only in dev mode in solid-start
root.tsx.
This is how I'm importing it:
```ts...RouteDataArgs Type Error for nested RouteData
mergeProps deeply?
How to get the first child out of `props.children`?
React.Children.toArray(props.children)[0]
What would be the equivalent in SolidJS?...Constraining input element not working
React user confused on how to work with createResource response