How come `StoreSubscriber` isn't defined as `(Stat...
# redux
a
How come
StoreSubscriber
isn't defined as
(State) -> Unit
? If it was, you could just completely get rid of Store#getState. Or would you need it for testing? Haven't gotten too far, just going through
createStore(...)
to start