Social Sciences, asked by ojaswi3082, 1 year ago

Difference between reactjs and react native

Answers

Answered by Ramdas120901
0
In general the concept is the same. You write JSX on both platforms. The onlydifference is that the rendering mechanism that React uses is different from each other. ReactJS uses `react-dom` implementation to render the components to the DOM............
Answered by Tanishqs
0

Basically React is for web apps

And React Native is for native mobile based IOS and Android Applications

Similar questions