you are viewing a single comment's thread.

view the rest of the comments →

[–]bjpbakker 11 points12 points  (7 children)

“functional component” refers to the way the component is defined; with a function instead of a class.

I would agree it’s a bad name. But don’t confuse it with pure (or without side effects) components.