SolidJSS
SolidJS3y ago
9 replies
boy_koded

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.
Was this page helpful?