Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

added failing test for rendering sub components #166

Closed
wants to merge 2 commits into from

Commits on Aug 13, 2015

  1. Configuration menu
    Copy the full SHA
    b8a5c5e View commit details
    Browse the repository at this point in the history
  2. prototype solution to custom components

    Since react will not render child components until the parent component is rendered (exploratory hypotheis)
    We need to render the custom component first and then access the component.
    This uses a Component function of getData().
    The getData function could/should be fast because after the render function
    all the data could be available via props or state
    
    I have not tested this with updating data from the custom component.
    Or if the custom component internally changes the data and they table needs to resort.
    trshafer committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    a7a2604 View commit details
    Browse the repository at this point in the history