Posted in Reactjs React: Should I use Functional Component or Class Component sakibmoon posted on April 26, 2020April 26, 2020 No Comment Short answer, for any new projects use Functional Component. With the introduction of hooks in React 16.8, there is no reason to use class component. Facebook is also encouraging people to use Read More