0 votes
by
React Native supports DOM and Virtual DOM concept.

1. True

2. False

1 Answer

0 votes
by

False

ReactJS already understands what the application is supposed to do. But what really differentiates React Native from the ReactJS is rendering other than Browser DOM. In React Native, instead of rendering to the browser’s DOM, React Native invokes Objective-C API to render iOS components, or Java API to render Android components.

Related questions

0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
...