Weex

Weex layout engine powered by FlexBox algorithm

In the last article, we talked about the basic process of Weex working on the iOS client. This article will analyze in detail how Weex lays out the native interface with high performance, and then will compare with the existing layout methods to see how Weex layout performance is. Open the Layout folder of Weex's source code, and you will see two c files. These two files are the Weex layout engine we are going to talk about today.