|
|
|
|
|
by kfinley
3564 days ago
|
|
That's a fair point. Kind of like adding a redux @connect in a child component. Edit: To the idiomatic point. The first thing that struct me when using React, was that instead of having to use a custom Component for a for loop I could just use someArray.map(). I see this as a similar situation. |
|