0 votes
in ReactJS by

What’s the difference between an Element and a Component in React?

1 Answer

0 votes
by

Basically, a React component describes what you need to see on the screen. Not all that basically, a React element is a protest portrayal of some UI. 

A React component is a function or a class which alternatively acknowledges input and returns a React component (ordinarily by means of JSX which gets transpiled to a createElement invocation). 

Related questions

0 votes
asked Jun 19, 2020 in ReactJS by JackTerrance
0 votes
asked Mar 1, 2020 in ReactJS by RShastri
...