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?
2 Replies
bigmistqke
bigmistqke15mo ago
mergeProps and splitProps go a long way
boy_koded
boy_kodedOP15mo ago
Thank you!

Did you find this page helpful?