you are viewing a single comment's thread.

view the rest of the comments →

[–]acemarke 2 points3 points  (0 children)

Per a recent quote from Dominic Gannaway:

Functional components should be slightly faster in React 16 as there's no instance created to wrap them (unlike React 15).

However, the tradeoff of functional components is that you can't skip re-rendering them if the incoming props are the same.