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
React-Native is a framework, where ReactJS is a javascript library you can use for your website.
React-native provides default core components (images, text), where React provides a bunch of components and make them work together.