bigmistqke
bigmistqke
SSolidJS
Created by slim (jamesc) on 3/20/2025 in #support
vxini seems to be packaging and shipping all server code to the client
Aa yes seems like so long ago rn... Do you know mb about a migration guide from the hooks to the directives?
40 replies
SSolidJS
Created by slim (jamesc) on 3/20/2025 in #support
vxini seems to be packaging and shipping all server code to the client
O, it was with the hook still?
40 replies
SSolidJS
Created by slim (jamesc) on 3/20/2025 in #support
vxini seems to be packaging and shipping all server code to the client
Question remains tho why solidjs/start@latest is bundling server code that solid-start 0.3.11 was turning into an rpc call. Did something change on the api side from 0.3.11 to >1.0.0 regarding how "use server" functions should be consumed?
40 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
11 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
you are welcome!
11 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
i think set(() => ({ state: 'select-next' })); might work to change the reference?
11 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
ye, by default it shallow merges stuff
11 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
no, it doesn't, it shallow-merges it.
11 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
11 replies
SSolidJS
Created by gsoutz on 3/18/2025 in #support
Why is this store change doesn't trigger a reactive computation
because store's update fine-grained, on does not track deeply, so it will only update when the reference to current is updated
11 replies
SSolidJS
Created by Benedict on 3/18/2025 in #support
Making a custom graph reactive
and your Node sounds pretty Observably
8 replies
SSolidJS
Created by Benedict on 3/18/2025 in #support
Making a custom graph reactive
it's for signalifying Observables
8 replies
SSolidJS
Created by Benedict on 3/18/2025 in #support
Making a custom graph reactive
there is also a built-in utility called from
8 replies
SSolidJS
Created by Benedict on 3/18/2025 in #support
Making a custom graph reactive
you could have a const signal = toSignal(() => props.node)utility maybe?
8 replies
SSolidJS
Created by hyperknot on 3/13/2025 in #support
How do you refresh a non-solid children?
ur welcome!!
22 replies
SSolidJS
Created by hyperknot on 3/13/2025 in #support
How do you refresh a non-solid children?
null! is just to add some initial value
22 replies
SSolidJS
Created by hyperknot on 3/13/2025 in #support
How do you refresh a non-solid children?
{ equals: true } will compare the new value with the old value and only call all the effects/memos/... when it changed, { equals: false } will always update, and call all the effects/memos/...
22 replies
SSolidJS
Created by hyperknot on 3/13/2025 in #support
How do you refresh a non-solid children?
sounds exactly what u need!
22 replies
SSolidJS
Created by hyperknot on 3/13/2025 in #support
How do you refresh a non-solid children?
neat!
22 replies
SSolidJS
Created by hyperknot on 3/13/2025 in #support
How do you refresh a non-solid children?
just a way how you can trigger effects without having to increment some random number
22 replies