What's the difference between react and react native?

the company wants to restructure a small project and wants to try react, but no one in the company has ever used it. Now there are react and react native on the Internet. What is the difference between them? then I read the api of react native, saying that the problems of the development environment are directly packaged into app after they are developed with react native. Then I can"t develop ios programs on windows

.
May.10,2021

react native = > app

react = > web

the need for iOS can be found on OS X
android can be found on both windows and os x


react is a responsive framework, react native based on react, an app framework, react native can package app directly. Ios programs cannot be developed on windows, which is determined by the system


used to do RN development, and later did React web development.

React is on the web side and is rendered based on the DOM tree that drives the browser.
RN is rendered by JsCore in React Native through communication between RCTBridge and native components of ios and android.

as for developing ios, on window, it can only be said in theory, see tutorial . But it is not recommended, let's go to MBP honestly.

Menu