Bottom principle of RN communication -- Summary

Facebook announced the plan and roadmap for large-scale reconstruction of Rn in June 2018. The purpose of the whole reconstruction is to make RN lighter, more suitable for mixed development, close to or even achieve the original experience. The technical core of the new architecture is JSI, and Turbomodule is implemented based on it. In the ho ...

Added by fallenangel1983 on Sun, 23 Jan 2022 08:29:22 +0200

Explain the React component lifecycle in detail

​ catalogueprefaceUnderstanding of life cycleThree states of the lifecycleImportant hook Hook to be discarded Specific functions of hook functionsNumber of life cycle executions of the componentExecute multiple times: Component lifecycle execution sequenceSmall exampleprefaceI've been learning vue and nodejs recently. I can't think about React ...

Added by TheBrandon on Mon, 27 Dec 2021 18:49:03 +0200

xcode project integration react native steps

Following the steps of online blog to integrate RN, many pits were found, but these pits were not recorded in the blog content. Baidu failed to find a solution for a long time. Finally, it found a solution in an article in Google search, which was recorded to facilitate others to quickly integrate RN.1. Build a react native environmentInstallin ...

Added by Megalink on Wed, 03 Nov 2021 03:11:54 +0200