DEV Community

Composition patterns in real world React

avnsh on January 15, 2019

tldr; In this article we go through a timeline of React from composition point of view React has so many ways to do the same thing that sometimes ...
Collapse
 
dance2die profile image
Sung M. Kim

I'd also like to add to DOM node refs that one can use refs for "most cases" instead of using findDOMNode.

Collapse
 
avnsh profile image
avnsh

Thanks I'll add that :)

Collapse
 
dance2die profile image
Sung M. Kim

:awyeah: 🙂

Collapse
 
junibrosas profile image
Juni Brosas

Good article!

Also, I think JSX Namespacing is more likely called Compound Components Pattern.