:artist_palette: 组件样式不会影响React和React Native :high_voltage:
什么是zacs ?
ZACS使React组件看起来像这样:
import zacs from '@nozbe/zacs'
import style from './style'
const Box = zacs . view ( style . box , { isHighlighted : style . highlighted } )
const rendered = < Box>
转换成如下所示的优化代码( web ):
const rendered = < div class