includes bit about avoiding inline anonymous function
Avoid anonymous function on renderItem Move out the renderItem function to the outside of render function, so it won’t recreate itself each time render function called.
A space to share ideas about javascript