Skip to content

Interaction Between REACT.js Components in Flux

Nicole edited this page Jun 5, 2017 · 3 revisions

Using this stackoverflow as a reference: http://stackoverflow.com/questions/21285923/reactjs-two-components-communicating

We are using scenario #2

In the future as the prototype gets more complex, Higher Order Components (https://facebook.github.io/react/docs/higher-order-components.html) may be an approach to handling events and other cross-cutting concerns in a more generic way

Clone this wiki locally