I think I mostly understand how react works, by pa...
# random
l
I think I mostly understand how react works, by passing props into components. I understand the Flux architecture, in that Actions cause state changes, which are created by reducers, and that is somehow passed to React to feed them data.