boy_koded
boy_koded
SSolidJS
Created by boy_koded on 4/12/2024 in #support
facing reactivity issues
Trying to use solid.js with Strap cms, while it works, I need to first refresh my browser before it reflects the data. Any suggestions? Here’s the code: https://docs.google.com/document/d/1EY9H80y_7nbnGSS-bZN-wX6fYtf9JS74YTGXxfWqyTs/edit?usp=sharing
6 replies
SSolidJS
Created by boy_koded on 11/27/2023 in #support
How does solid.js handle complex data structures when working with props
I’m curious about how solid.js handles complex data structures when working with props. Is it using helper functions like filter props and combine props?
3 replies
SSolidJS
Created by boy_koded on 9/23/2023 in #support
how solid.js handles props
Hello, I’m new to solid.js. My aim is to teach other developers too(after getting myself farmiliar) . I’m trying to understand how solid.js handles props and came up with this theory “ solid.js differentiates itself from other frameworks by using fine-grained reactivity to update only specific parts of a component affected by changing props, without the requirement for a virtual DOM. It is also built on reactivity which ensures real-time synchronization between data and user interface” I wanted to know if I’m correct on this. And also got some questions like - what is solid.js approach to type-checking - debugging prop issues - lifecycle of props I’d appreciate any help towards my learning journey.
10 replies