ivan
ivan
SSolidJS
Created by ivan on 3/8/2024 in #support
Issue subscribing to store changes
Thanks for the help
37 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
Issue subscribing to store changes
How come a createEffect needs to be used btw?
37 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
Issue subscribing to store changes
yeah no worries
37 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
Issue subscribing to store changes
the "add sub question" button works for you?
37 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
damn so under the hood Javascript just points to one shared memory adress where default_question is read instead of cloning it into seperate memory locations, that kinda sucks. well everything makes sense now thanks for your help.
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
Yeah, anyways the issue got fixed by just making default_question a function, but I have no clue why that was causing a problem, can you explain it to me please?
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
thanks for the advice
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
i did the playground thing btw, do you want me to send it as a link or smth
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
will try
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
ok
25 replies
SSolidJS
Created by ivan on 3/8/2024 in #support
I have no clue what I am doing wrong
how do I do that, never used playground before
25 replies
SSolidJS
Created by ivan on 3/5/2024 in #support
how to efficiently make nested data structures in solid
thanks
6 replies
SSolidJS
Created by ivan on 3/5/2024 in #support
how to efficiently make nested data structures in solid
is that another SolidJS API function? idk what a store is exactly, I`m assuming you mean something like this.
const question = {
body: Singal<String> //insead of just String,
id: 0,
sub_questions: [Signal<Question>] //instead of array of questions
}
const question = {
body: Singal<String> //insead of just String,
id: 0,
sub_questions: [Signal<Question>] //instead of array of questions
}
6 replies