useDeepCompareEffect in solid
solid-js (would I do this)?
``ts
/**
* Same as React.useEffect` but uses a deep comparison on the dependency array. This should only
* be used when working with non-primitive dependencies....Incoherent data with multiple createServerData$ in routeData
Rendering issue
Good way to create session cookie on every route?
How do i pass ref to child?
<div ref="how can i access this ref in ChildComponent?">
<ChildComponent/>
</div>
<div ref="how can i access this ref in ChildComponent?">
<ChildComponent/>
</div>
how to await createResource?
Including solidjs router creates multiple instances of solid
@solidjs/router to a project. But as soon as I import it and add the minimal setup, I get the following warning in my browser console:
You appear to have multiple instances of Solid. This can lead to unexpected behavior.
You appear to have multiple instances of Solid. This can lead to unexpected behavior.
Load data async

Importing web component `[...] does not exist on type 'JSX.IntrinsicElements'`
Is there a preference as when to use props or import data types?
Is this possible to render a component as string in browser context ?
Solid Cache
Why useRouteData can return undefined?
emmet support
Parent doesn't update view when state changes.
Auth, the rendering doesn't update.
Auth component:
```js
function Auth() {...How to pass data from child component to parent?
Unable to Render Skeleton Component
Component...
solidjs not putting element in the correct spot.
props.children is being placed outside of where it's supposed to be....
Solid's Ecosystem