the idea would be to be able to do : ``` javascript {this.state.list.map((item, key) => <MyComponent {item, key} />)} ``` what would you think of it ?