Updating signal value doesn't always update DOM?

vite-template for building libraries
Await Resource
get types of HTMLElement-attributes
React.TextareaHTMLAttributes<HTMLTextAreaElement>?
Can't seem to find anything about in the docs...Passive Event Listeners
onWheel as { passive: true }
```jsx
import "./NewsElements.scss";
import { NewsElement } from "./NewsElement";...Using lifecycle functions in abstract function?
onMount or onCleanup inside some abstracted function made to reuse code, like a hook in react.
Would it work fine so long as the function gets called in a component, or anything else to keep in mind?
And is this something inline with what custom directives like use are designed for, or its unrelated?
...Modals in SolidJS
Portal. Can you help me here :)?
...route not rendering sometimes
index one (home) and the /settings one. here's my root.tsx: https://pastebin.com/K8ykT5C2
here's my settings.tsx:
```ts
export default function Settings() {
return (...
Argument of type 'StoreState' is not assignable to parameter of type 'PartStoreState, layers'
Why dose createServerData$ return undefined
Test: undefined where it should return Test: { Foo: "Bar" }
```
export function routeData() {
const user = createServerData$(async (_, { request }) => {
return {...How can I execute a function from parent?
ref work? I want to execute a function from parent, something like this:
```jsx
// Parent
function Parent () {...add keybinds to buttons
How do I pass props to child components which are accessed through props.children?
<Tabs> component that can have an arbitrary number of <Tab> and <TabContent> children. There are other ways to do this, but this is the way I have chosen. I need to update props.index on the children from the parent; and also set their visibility either through a props.visible property.
1. Is there a way to pass props from parent to child by getting the child through props.children (or some other way)?...How to getUser without doing a server request on every page.
can i propagate event to child?
Accessor.
but todo so, i need factory function. i want to avoid the need for factory function....Interpolate percentage?
Reading localstorage theme value before rendering components not working
<Head/> tag from Solid Start.
```jsx
function themeScript() {...Lazy loading routes instead of components
minimal ssr|ssg-setup, general pointers for solid on the server