Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrozbarry/react-wait-for-it

A promise-ful component that waits to load something.
https://github.com/mrozbarry/react-wait-for-it

Last synced: 27 days ago
JSON representation

A promise-ful component that waits to load something.

Awesome Lists containing this project

README

        

# WaitForIt

A promise-ful component that waits to load something

## Get it

```
yarn add react-wait-for-it
# or
npm install --save react-wait-for-it
```

## Use it

```javascript
import WaitForIt from 'react-wait-for-it';

const MyApp = (props) => (
r.json())}
render={data => }
/>
)
```

## Play with it

```
yarn start
```

[localhost:8080](http://localhost:8080)

## Test it

```
yarn test
```