1 min readJan 31, 2019
I haven’t mentioned this on my story but I will make a revision soon. The disadvantage of using arrow functions is that, it gets defined on the constructor and gets initialized each time when you instantiate the component. If your component is instantiated many times in your application, it will increase the memory footprint. Something you might want to consider before using arrow functions.