Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How many numbers of elements a valid react component can return?
Home
ReactJS
How many numbers of elements a valid react component can return?
0
votes
asked
Apr 15, 2022
in
ReactJS
by
Robindeniel
edited
Apr 15, 2022
by
Robindeniel
How many numbers of elements a valid react component can return?
a) 1
b) 2
c) 4
d) 5
react-component
create-react-app
react-features
react-vs-vue
react-jsx
react-components
react-statereact-props
react-props-validation
react-state-vs-props
react-events
react-lists
react-keys
react-refs
react-fragments
react-router
react-css
react-animation
react-bootstrap
react-map
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 15, 2022
by
Robindeniel
A is the correct answer. In react component, we can return only one element.
...