HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rednotebook

no profile record

comments

rednotebook
·hace 9 años·discuss
better yet - don't create functions, especially inside a loop, in your render function,

getItem = i => <Item item={i}/>

...

<List> {items.map(getItem)} </List>