react-loadable
react-loadable copied to clipboard
feat: post props to loading Component
I met a situation that the loading part could not met my need. The situation is like that:
const Loading = (props) => {
if ( props.condition) {
return <A {...props} />;
} else {
return <B {...props} />;
}
}
Maybe leave a channel to post props is needed.
@jamiebuilds what do you think about this? It would be great to merge it.
+1 on this.
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。