vinum-team / Vinum

A modern reactive state management library for correctness and speed.
MIT License
16 stars 1 forks source link

'Flatten' utility #22

Closed sinlerdev closed 5 months ago

sinlerdev commented 1 year ago

A way to "flatten" state objects that store an state object (this can go on for x times) would perhaps be useful.

Though I still haven't thought about it in detail. I am just leaving it here until I finish the huge rewrite I am working on.

xiyler commented 6 months ago

Should we write a "Flattened" State struct or a flattenRead operator? Each one could possibly have different uses.

xiyler commented 6 months ago

Deferred to 0.5

xiyler commented 5 months ago

This feature is rejected temporally because I haven't found a use case for it which doesn't justify the development time that will get allocated to the feature's development.