I hereby claim:
- I am gregsantos on github.
- I am gregsantos (https://keybase.io/gregsantos) on keybase.
- I have a public key whose fingerprint is 500A 334B CE14 CDDD 3878 7AA6 021D E7AF 4C71 29BE
To claim this, I am signing this object:
| Verifying that +gregsantos is my openname (Bitcoin username). https://onename.com/gregsantos |
I hereby claim:
To claim this, I am signing this object:
| import React from 'react' | |
| // getComponent is a function that returns a promise for a component | |
| // It will not be called until the first mount | |
| /** | |
| * | |
| * @example | |
| * const Foo = asyncComponent(() => | |
| * System.import('./Foo').then(module => module.default) | |
| * ) |
| Verifying my Blockstack ID is secured with the address 1NTQDCaY6oVX9Bh86M3euAeojjWpGpNMCB https://explorer.blockstack.org/address/1NTQDCaY6oVX9Bh86M3euAeojjWpGpNMCB |
| function getABC() { | |
| return Promise.all([getA, getB, getC]); | |
| } | |
| // getABC().then(values => console.log(values)) |