Tools: Reactjs and vanilla flux.
I'm making an off-canvas slider in React. The button and the sliding menu that it controls live within separate components. This makes state changing within the component(like many examples I've seen) not possible.
Does this mean that I need to handle the toggle data for the sliding component(active or not active) inside the store?