Any plans to support static functions that can be called on the store?
The use case I'm dealing with currently is logic for converting backend data to a more client friendly format directly in the StateSource before dispatching. I would like to implement this code within the responsible Store but I don't want access to this.
Any plans to support static functions that can be called on the store?
The use case I'm dealing with currently is logic for converting backend data to a more client friendly format directly in the StateSource before dispatching. I would like to implement this code within the responsible Store but I don't want access to
this
.