^ talks more about why actions are not sent to sub...
# redux
p
^ talks more about why actions are not sent to subscribers than the state. basically says it doesn't pass state because subscribers can access through store.getState (reduxKotlin has a property
store.state
because it is more kotlin-y). perhaps a bit more optimal from memory standpoint