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
bigmistqke2y ago
mergeProps and splitProps go a long way
boy_koded
boy_kodedOP2y ago
Thank you!

Did you find this page helpful?