Generating TypeScript Types from GraphQL Schema in Apollo
GraphQL is a typed language, so why redefine all of the types ourselves inside our TypeScript code when we should be able to take…
READ MOREGraphQL is a typed language, so why redefine all of the types ourselves inside our TypeScript code when we should be able to take…
READ MOREWith React 16.7 we were introduced to hooks . A way to allow things like state, refs, and lifecycle functions to live inside functional…
READ MORESo you've updated your React code to use GraphQL, but there's those 2 RESTful API endpoints that you still have to integrate with... what do…
READ MOREGraphQL is an amazing new(ish) paradigm for communicating with APIs, made popular by Facebook but since then used by many companies…
READ MORE