onClick preventDefault/stopPropagation not working
solid-ag-grid
based table with buttons in the table.
I tried everything but clicking the button always triggers the onRowClicked
too 🙁
```ts...Two-way-binding
createResource(...)
to query the database. This returns a signal which I can use to populate the <input>
and <select>
HTML elements.
The easiest way for me to populate a select element is by passing a value to its value
property....Dynamic Favicons
cannot read properties of undefined (reading 'client')
How to Prevent ESLint from Marking Custom Directives As Unused?
directive
, which is returned from some kind of function. I know that I can augment my TypeScript types so that directive
can be used in the JSX. However, ESLint doesn't understand that this function is being used, and it throws a @typescript-eslint/no-unused-vars
error. Is there a proper way to resolve this?
Example:
```tsx
function MyComponent() {...Custom Rendering for OpenTUI
SSR for certain route, CSR for the rest
/example
render on the server, since the content from /example
need to be displayed in google results.
```...Prerendering and query params
/?sort=true
, only if I navigate to another page first so that CSR has taken over. It works fine with the dev server so I believe this is an issue with SSG/pre-rendering. My content is completely static so I ideally would like to avoid SSR, is there any way to get this working with SSG/pre-rending or is it just a fundamental limitation?
I am using Solid Start with the following config.
```ts...In V8 Rust: `renderToString` always undefined `isServer` is false
renderToString
gives me undefined.
Interestingly isServer
is always false.
How do I tell solidjs to essentially run V8 like it's not in the browser. It seems to think it's in the browser or whatever.
...Solid JSX Transform
Rendering issue

Solid Start create resource refetch issue
{ refetch }
method and it works sometimes idk why.
My temporary solution is to fetch new data is just by using window.location.reload()
.
example route: /employees/{id: UUID}
...a way to get the same css behaviour of angular where every component has its own css sheet in solid
Idiomatic way to dynamically create HTML select options
select
elements: one for states and another for cities.
On app load, I am using createResource(...)
to make a fetch to my back end server to retrieve a nested list of states where each state has a list of cities.
I would like for the city select
element to start off empty. The user must first select an option from the state select
element. Then the city select
element is dynamically populated with results from the createResource(...)
call....Guidance on isServer vs onMount
submisison.error logs to console but isn't rendered on the page
submission.error
logs to the console but it doesn't render on the page?
```tsx
const users: User[] = [];
...createSingletonRoot shows cleanups created outside a `createRoot` or `render` will never be run
cleanups created outside a
createRoot or
render will never be run
It sort of make sense since createSingletonRoot is outside of the main root. ...How to have tags in <head> in <StartServer> render using async loaded data?
How to manually invoke server functions?
cloudflare-durable
preset....Solid router doesnt match route /@:id