. Most of the properties in this object I want to be behaving like a regular
createMutable
createMutable
: all the properties are being represented by individual signals.
1 property on the other hand changes fast and will always be set as a whole, so as a performance optimization I would want this object to only occupy 1 signal, since this object can become rather large.
Is there a utility that can help with accomplishing this?