I have started to learn React out of curiosity and wanted to know the difference between React and React Native - though could not find a satisfactory answer using
In regards to component lifecycle and all the other bells and whistles it is mostly the same.
The difference mostly is the JSX markup used. React uses one that resembles html. The other is markup that is used by react-native to display the view.