HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rednotebook

no profile record

comments

rednotebook
·9 лет назад·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>