The Parent (MyList in my example) component renders an array thru a Child (MyComponent) component. Parent decides to change properties in the array
MyList
MyComponent
Ahh!! An easy option to re-render a child is to update a unique key attribute every time you need a re-render.