Skip to content

Instantly share code, notes, and snippets.

##### Async.js
import React, {Component} from 'react';
import PropTypes from 'prop-types';
class Async extends Component {
constructor(props) {
super(props);
this.state = {
loader: true,