I came across this Article
https://overreacted.io/how-are-function-components-different-from-classes/
It's very interesting but there is one thing I wanted to ask, I kinda understand it but wanna dig more by exploring some more articles on this topic, particularly, what does it mean that props are tied to "this"? Does the difference come from how the closures work ? It's kinda vague I think I don't quite understand how render method works and how the variables are being stacked while calling a method in a class...
Can anybody help me find more articles on this issue ? Thanks