When using redux for the applications state, am I ...
# kvision
s
When using redux for the applications state, am I correct in thinking that using .bind(store) to respond to state changes is bad practice and instead I should populate the store with ObservableValues and bind to them instead? I see a lot of examples using the former looking for some clarification