boy_koded
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
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