$server rpc call failing (404) in production mode
npm run dev but get 404 when build then run npm run start ... has anybody run into this?How to re-render <Portal> if target component is removed or added?
Modal Implementation
createServerData$ question
data() in the export page function for the data to load (or to enable reactivity)?
It's not blocking me, but curious if I'm doing something wrong, and seems like it should be unnecessary, esp. since data is referenced in the templated section....Load component after createServerData$ fetches data and it is rendered
Can I make getElementById reactive?
how to handle POST in a route?
useServerContext() returns empty object in server$() callback
useServerContext() returns an empty object in server$() callbacks?How to not render <Portal> if mount is undefined?

get cookie inside $server rpc call
Solid PointerEvents, Firefox, RequestAnimationFrame and OffsetX/Y
addEventListener on an element for pointermove, and place these in the handler:
``
requestAnimationFrame(() => {
console.log(event RAF`, event.offsetX, event.offsetY);...Suspense triggered witout reading data
Mutating element onMount doesn't re-render
create-solid messed up peer dependencies
What's the simplest way to combine the classList prop?
How to import `renderToString` into a plain js/ts file
handler.ts.
Inside I atm do:
``ts
const html =
<html>...Correct Syntax of passing a Component via prop
Animate on scroll in solid
Can a Solid store contain class objects?
ProtectedRoute with a redirect using @solidjs/router
@solidjs/router? All the examples I have seen, do something like user ? <Component /> : <Login />, but the url remains the same..