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
mergeProps
and splitProps
go a long wayThank you!