SolidJSS
SolidJSโ€ข3y agoโ€ข
5 replies
bigmistqke

1 property in `createMutable` with only 1 signal

I have a createMutable. Most of the properties in this object I want to be behaving like a regular 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?
Was this page helpful?