I don't want to imply my design is best for this nor the naming, but I'd love it if something like this was added for child stores that don't redraw controls for unrelated parent properties being changed. If I'm following the behavior I'm seeing correctly even the existing Store.map fires everytime any parent property is changed.
https://github.com/ImaginaryDevelopment/SutilElmishPlay/blob/master/src/App/Adapters/Html.fs#L276
I don't want to imply my design is best for this nor the naming, but I'd love it if something like this was added for child stores that don't redraw controls for unrelated parent properties being changed. If I'm following the behavior I'm seeing correctly even the existing
Store.mapfires everytime any parent property is changed.https://github.com/ImaginaryDevelopment/SutilElmishPlay/blob/master/src/App/Adapters/Html.fs#L276