react.js - Convert web front-end to react native development, do you need to learn object-C?
滿天的星座
滿天的星座 2017-05-02 09:33:52
0
2
741

RT.
In rn development, what is the proportion of code between react and oc? Do you need to know oc?

滿天的星座
滿天的星座

reply all(2)
Peter_Zhu

The purpose of RN is to facilitate front-end development to develop apps without knowing OC.
After you understand OC, you generally won’t use RN to develop, at least I don’t.

習慣沉默

The advantage of RN is that it is cross-platform and can be used on android, ios, and mobile h5 with relatively few code changes.

RN is mainly about view interaction & backend service calling. In fact, this is what most client applications need to do.

Of course, object-c is still required for web security factors, such as accessing app storage, network conditions, GPS positioning information, etc. However, it only accounts for a small proportion, but it still needs to be learned. However, views and http communication do not need to be learned in depth.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template