Why is it considered wrong to destruct props?
If I am using a singleton class why would I use a context
Deployed in Vercel, but doesnt load CSS files
How to create a nested menu from a nested object?
is it possible to use matchFilters from @solidjs/router in file routes?
What am I missing for HMR, here?
dev environment constantly not showing pages correctly
download.tsx file in /routes/ was called subscriptions.tsx earlier. i renamed it, and stuff seemed to break. this also seemed to repeatedly happen when i create a new route or a new file. any idea?...How to make optimistic update using solidjs?
Reacting to a store change outside the context of a root or render function
Setting properties to the unwrapped value of a store doesn't always propagate into the store
Is there any approach to invalidate the back/forward browser cache in solid-router (v 0.12.x)?
Sharing data between routes
Modifying <body> tag
Does FileRoutes only work for Solid-Start, and not in normal solid js?
Anchor doesn't load the page
Scope styles to a page
html and body tags and is not for the component itself.
Currently I am doing import "./layout.css";, which correctly applies the styles when on this page, but then the styles remain in effect when I navigate to other pages.
I could use :has() but support isn't all the way there yet. I could utilize mount and cleanup, but not sure how I could "run" and dispose of the CSS because that's not how CSS works....Code review request: Optional context Provider pattern

Import error with Outlet