edygar
Hydration mismatch
The following code ALWAYS raises hydration mismatch while using solid-start with SSR. But that's not the case when there's no SSR
https://playground.solidjs.com/anonymous/eee9dea7-56ba-4e0d-a6b5-fb5e24c778e2
27 replies
createSignal + createRenderEffect
Say I have an Input component that might or not be controlled. Within this said component, I need to peek reactively into the value. Is it a good idea to have something like the following?
This is also compatible with SSR, since the createRenderEffect will run on the server. My main doubt is for things like
8 replies
how to handle POST in a route?
Hey there, I was looking for something like remix’s action/useActionData, but I don’t even have the request on the routeData, how do I do it?
The usecase is simply to render what was posted in formatted and interactive way, I don’t want to redirect or anything like it
1 replies