Skip to content

Instantly share code, notes, and snippets.

View whitemiaool's full-sized avatar

dyxuan whitemiaool

View GitHub Profile
import React from 'react'
export const asyncComponent = loadComponent => (
class AsyncComponent extends React.Component {
state = {
Component: null,
}
componentWillMount() {
if (this.hasLoadedComponent()) {
return;
天空一无所有,何以得到安慰