jaydenseric / graphql-react

A GraphQL client for React using modern context and hooks APIs that is lightweight (< 4 kB) but powerful; the first Relay and Apollo alternative with server side rendering.
https://npm.im/graphql-react
MIT License
718 stars 22 forks source link

Support async rendering for render #28

Closed revskill10 closed 5 years ago

revskill10 commented 5 years ago

In some cases, we could support render to be an async function.