0 votes
by (1k points)
What is a react component?

1 Answer

0 votes
by (460 points)
Components are the building blocks of any React app and a typical React app will have many of these. Simply put, a component is a JavaScript class or function that optionally accepts inputs i.e. properties(props) and returns a React element that describes how a section of the UI (User Interface) should appear.May 14, 2018

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2019 by components (1k points)
0 votes
1 answer
asked Nov 28, 2019 by components (1k points)
0 votes
1 answer
asked Nov 28, 2019 by components (1k points)
0 votes
1 answer
asked Nov 28, 2019 by components (1k points)
...