Ole

Results 7 comments of Ole

How about something like this for dictionaries, not sure about arrays, but for dictionaries this could work. Not sure if this is actually a viable solution, but I thought I'd...

I enjoy this because it removes the need for deep equality checking since all the values are just boiled into small `Value` objects which can do their own inexpensive referential...

If the original state changes, and then changes again before the delayed state finishes it's delay, will the delayed state only update once with the latest state at the end...

Would love this, been having problems of cleanup not happening as soon as it could be, leaving a lot of heavy UI in memory, and this would intuitively solve it....

I was wondering if it may be feasible to add a new object info Fusion that fills this need. The, however small, overhead of the cleanup function is not necessary...

I actually think the opposite, when working with components, a lot of people already have their own makeState/statify implementation, just because it's the easiest way to support constants and state...

I have a wrapper function for just this, and I basically use it in 99% of my Observer uses, so it'd be really nice addition!