Andrew Jones

Results 5 issues of Andrew Jones

**Expected Behavior** Use fetchOptions to override `useGETForQueries` to use POST on one specific query. **Actual Behavior** POST override does not work, GET is still used for the query. **A _simple_...

In this file, https://github.com/praveenweb/swr-graphql/blob/master/pages/optimistic-ui.js What is the purpose of `trigger(mutation)`? The official Optimistic UI example doesn't use that https://github.com/vercel/swr/blob/master/examples/optimistic-ui/pages/index.js Thanks

If you have any sample results from running this it would be great to see

### Describe the feature you'd like to request With the new /app folder, it's a little weird to have API routes staying in /pages/api I know that /pages isn't going...

template: story

On Safari, selections are either resizable when resizable is set to true or movable when movable is set to true, but if both are true the selection can only be...