DEV Community

Discussion on: Making sense of React components

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the intro to React components, Elijah.

I might be a bit pedantic but IMHO, Functional Component should be a Function Component as specified in reactjs.org/docs/components-and-pr...

because Functional implies a Functional Programming and might confuse new users.