Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 145 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 145 Bytes

react-PromiseComponent

Usage

<PromiseComponent promiseFunction={yourPromise}>
  {data => <div>{data}</div>}
</PromiseComponent>