tozz
tozz
Explore posts from servers
SSolidJS
Created by tozz on 9/23/2023 in #support
Best way of passing props from Provider to Context
I don't like providers knowing about how and where data is located, I prefer them agnostic, otherwise moving the resources into the provider would work well (and I will do that for other things)
6 replies
SSolidJS
Created by tozz on 9/23/2023 in #support
Best way of passing props from Provider to Context
Imagine having 5 more props like markets
6 replies
SSolidJS
Created by tozz on 9/23/2023 in #support
Best way of passing props from Provider to Context
The data is read only so I don't need a store, and with many props using an effect would be very verbose setting everything up 🙂
6 replies
SSolidJS
Created by tozz on 8/6/2023 in #support
Reactivity inside closure in return value
@._rb Thanks for checking, I know the linter can give false positives, but I assumed I was in the wrong here, but manual testing shows that it works 🙂
5 replies
SSolidJS
Created by tozz on 8/6/2023 in #support
Reactivity inside closure in return value
The code seems to work just fine :
5 replies
SSolidJS
Created by tozz on 8/6/2023 in #support
Reactivity inside closure in return value
Actally, now I'm wondering if the linter is wrong here
5 replies
SSolidJS
Created by tozz on 7/25/2023 in #support
Reaching into nested properties and keeping them reactive?
Ah, of course, thanks. Need to get into the Solid mindset 🙂
3 replies