Arrow Functions and binding in render : React

Yesterday I was reading some articles on React to learn more about good react coding patterns so that I can make my mobile app, which I am currently working on, fast and smooth. One of the coding tips I learnt is to avoid defining arrow functions and using bind in render function. Because see, render… Continue reading