Casallas@programming.devOPtoReact@programming.dev•Should I use arrow functions or class function style
3·
1 year agoI was doing some research and it seems like arrow function preserves ‘this’ context. Might be a reason to either classic or arrow. The overloading seems like a valuable option too.
Thank you! I remember reading a bit about this but clearly it didn’t stick! Thank you for the awesome explanation!