sideways

Sideways data flow is Smart components, that understand the application context, reaching out to fetch data from the system that is pertinent to their specific component and child components.

Sideways components have follow traits:

  • Self insulating from Parent renders
  • Manage render cycles of children

Typical Sideways implementations can also implemented using FLUX based on a single application state, but applied at the subtree level:

Note: data from each smart subtree renders Top-down

Sideways data-loading