Fork me on GitHub
#re-frame
<
2018-09-03
>
mikethompson00:09:31

Question for those who are familiar with Redux ... someone has proposed this edit to the re-frame README ... is it correct ... https://github.com/Day8/re-frame/pull/487/files

mikethompson00:09:38

Do re-frame subscriptions serve the same role as mapStateToProps (about which I know nothing) ???

samueldev03:09:25

In that you are creating a local binding in your components scope that is the latest value of [some arbitrary part] of the current central store

samueldev03:09:51

Only the reframe API is 10000x simpler and produces the same thing :^

👍 4