Nathaniel Tucker

Results 66 comments of Nathaniel Tucker

## Before ```ts export const userDetail = gql.query( (v: { name: string }) => `query UserDetail($name: String!) { user(name: $name) { id name email } }`, { user: User },...

## Council notes - Name is actually quite good - Migrate by doing middleware change first, then add new dispatcher - Still open question about best return value given this...

It's quite possible to build || request support like @sorahn suggested. For example, rest hooks does this by optionally accepting multiple arguments to one call. https://github.com/coinbase/rest-hooks/blob/master/docs/guides/fetch-multiple.md Code: https://github.com/coinbase/rest-hooks/blob/master/src/react-integration/hooks/useResource.ts#L54 Feel free...

> > > We can use `--no-private` flag in lerna version and publish commands to skip the private packages > > Reference: https://github.com/lerna/lerna/tree/master/commands/version#--no-private I tried using this method and then...

@JamieDixon helmet is more of a portal pattern than something that works best with hooks.

> In conclusion, this issue happened because of an outdate Webpack config and a bug in latest Linaria v2/v3 #890 Ironically #879 is not being released because of this bug,...