hasura / client-side-graphql

147 stars 13 forks source link

useQuery hooks #3

Open GabrielDelepine opened 4 years ago

GabrielDelepine commented 4 years ago

Hi,

What's your opinion about the useQuery hook? https://www.apollographql.com/docs/react/data/queries/

Do you think this repo should be updated to be use the hooks syntax rather than the <Query component?

wawhal commented 3 years ago

Hey @GabrielDelepine! Definitely. Feel free to open a PR and we'll review and merge it.