组合组件

组件组合在一起构建应用程序。

在这个例子中,<App /><Greeter /> 组件已经为你准备好了。在这个练习中,将 <Greeter /> 组件放在 <App />(默认导出)组件内,以查看其内容。

编辑教程