How react rendering works
Amazing blogpost going over how rendering works in react, how it’s represented internally in react, how context affects rendering, how and when to optimize using memo
, how redux comes into play among other things.
I will definitely be referring to this in the future.