跳到主要内容

2 篇文档带有标签「react」

查看所有标签

React 中的类型

typescript type ReactText = string | number; type ReactChild = ReactElement | ReactText;

react按需加载

属于体验优化上的组件,其接受返回的组件作为子组件,同时可以接受一个的属性作为在组件加载过程中显示的组件,例如加载 loading 效果等。同时支持包裹多个懒加载的子组件。