functional
Posts
Links
How Are Function Components Different from Classes? — Overreacted
How do React function components differ from React classes?For a while, the canonical answer has been that classes provide access to more features (like state). With Hooks, that’s not true anymore.
04-03-2019