Difference between reactjs and react native
Answers
Answered by
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
0
Basically React is for web apps
And React Native is for native mobile based IOS and Android Applications
Similar questions