DEV Community

Discussion on: Are you using React ? Then I think you must know this

Collapse
 
sudarshansb143 profile image
sudarshan

Thank you jack for your explanation it is pretty good ! πŸ™

Although my point of mentioning the memoization is closely related to how we can 'cache' the dumb components and avoid them from re-rendering. Although, after reading your point, I will definitely take deeper look into this.

I am calling setState() as async in the sense of it's execution, as compared to other sync code like classical for -- of loop.

Although, I want to thank to you for this. I will take it as a helpful note and I will definitely improve myself in my next one😎

Make sure you criticize that also πŸ˜…πŸ˜