0 votes
in ReactJS by
Name two types of React component

1 Answer

0 votes
by

Two types of react Components are:

  1. Function component
  2. Class component
...