Is it possible to create a `createCustomAction$`?
createCustomAction$ function that builds on createServerAction$ or server$? This would allow library authors to keep the API simple, making the code more concise.
Specifically, I would like to provide a SolidStart integration for my form library Modular Forms to enable the creation of progressively enhanced forms. Below is a code example.
```tsx...filebased routing for 'regular' csr solidjs
$server v. tRPC
useBeforeLeave or similar for tracking route change in Start
How to send data between different pages using Solid js?
How would I wrap over some p5.js code to create a solid component
onfocus or onFocus or onFocusIn?
solid-js and onFocus seems to be gone, not sure if it was even there before?
I tried to use onFocusIn but it seem to work with playwright but not vitest i.e. fireEvent.focus?...useMatch not updating?

Strategies for not calling setters in effects
Scrolling to id is not consistent
<A href="/#some_id"> link does nothing if the current route already matches the link completely. Is there a way to fix this behavior, so clicking the link on the same page repeatedly would scroll the element into view?Refs cleanup when element unmounts

Using routeData in context provider at root of page not working

False positive: `Make sure your app is wrapped in a <Router />` , @solidjs/router 0:7:0 - in npm lib
Weird 404 errors in `undefined:12`
GET http://localhost:3000/assets/index-b543198f.js net::ERR_ABORTED 404 (Not Found)
GET http://localhost:3000/assets/index-b543198f.js net::ERR_ABORTED 404 (Not Found)

Dinamyc inline svg
how to use useParams inside a ContextProvider
How do y'all handle mobile phones in landscape for mediaquery breakpoints
Accessing child element size from parent.
createElementSize from primitives. Problem is,
It seems it doesn't wait until child is rendered.
My page goes blank with error.
How to get child element's size properly?...
Fetching data in root.jsx