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
What of the following is used in React.js to increase performance?
Home
ReactJS
What of the following is used in React.js to increase performance?
0
votes
asked
Apr 15, 2022
in
ReactJS
by
Robindeniel
retagged
Apr 15, 2022
by
Robindeniel
What of the following is used in React.js to increase performance?
a) Original DOM
b) Virtual DOM
c) Both A and B.
d) None of the above.
reactjs-performance
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
B is the correct answer. Virtual DOM is used in React.js to increase performance.
...