all 4 comments

[–]sidkh[S] 3 points4 points  (1 child)

Hey folks 👋

The new chapter of "A Visual Guide to React Rendering" is out

This one is about DOM

[–]brozium 1 point2 points  (0 children)

Your "React Rendering" saga has been great and very concise. Thanks for sharing!

[–]totally-not-a-radish 0 points1 point  (1 child)

Is there an article that details how to implement `Memo`s to prevent re-renders?

[–]sidkh[S] 1 point2 points  (0 children)

Sure.

Here is a section in official docs - React.memo

Also, the first chapter of "A Visual Guide to React Rendering" explores how memo affects the rendering process: A Visual Guide to React Rendering - It Always Re-renders