Solid-Start w/ Firebase
peer dependency error when creating a new SolidStart project

api route errors not being logged and the dev server just stops
How to preserve reactivity in a multilevel object stored in a nanostore map ?
Don't fully understand solid's reactivity, help understand with a case
onKeyPress event
show user data based on authorization?
Check if the code runs in CSR or CSR + hydration
isServer or export conditions?
This is mostly about authoring libraries, where you want to run different logic depending on if the env is SSR / CRS / CRS + hydration.
it's related to the issue here: https://github.com/solidjs-community/solid-primitives/issues/310...createResource State gets updated without directly doing so
Simple SSR server redirect not working
Use breakpoints in suid `createTheme`
Deploying changes to SolidStart app then navigating the application throws strange error

Why can't I access `useParams()` in `onClick`?
Documentation example of context with typescript does not work
Router and createRoot
createRoot (necessary because t's a ProseMirror node-view). Links in that component are giving me an exception with the message Make sure your app is wrapped in a <Router />...CSS Transition does not get animated properly when applied in style={} directly
style prop of the div, then the transition updates only after the transition has occurred, rather than influencing the transition. To solve this, I have an effect that sets the style programmatically before the signals are flushed, causing the transition to animate properly.
```tsx
createEffect<number>((prevIndex) => {...
Route layout not define

How do I create a tree view with minimum updates on updating a child node.
Subscribe to any unknown store change
WebComponent Support
WebComponent based package - so i tried:
```ts
declare global {
namespace JSX {
interface IntrinsicElements {...