让我们快速了解一下 React 的本质
正如 React 官方网站的 Slogan 所言, React 是 “The library for web and native user interfaces”。它只是维护了一个可以用于描述 UI 的元素树。不同平台的 render(例如在 Web 上是 ReactDOM,原生平台是 React Native)才负责真正将 UI 呈现在我们眼前