You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm looking over the example repository to understand the child store issue. Meanwhile, note that we now have mapDistinct with associated operator .>> to filter out update events where the projected value hasn't changed.
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
The text was updated successfully, but these errors were encountered: