Anyone built anything with react/typescript(tsx) a...
# orm-help
n
Anyone built anything with react/typescript(tsx) and apollographql? I need an example repo
g
with typescript nope, but with react and apollo yes - https://github.com/SilencerWeb/karma
👍 1
check development branch
n
I’m trying migrate entirely over to typescript both back and front, but its little bit tricky to write query and mutation props. This blog post seems to cover a lot https://codeburst.io/graphql-and-apollo-client-by-example-part-1-3e0aec3eea71 But I’m considering to just use the graphql-request for fetching data and typescript drop apollo-graphql entirely.