Scott Shepherd
Scott Shepherd
… throw errors instead of console.warn Love how nifty & succinct this is. I just added `{ date: new Date(), offset: 0 }` to the return value if there's an...
### New Issue Checklist - [ x ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [ x ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [ x ] I...
```javascript const { isLive, isSyncing, isLoading, results, error } = useParseQuery(query); ``` 1. when `query` changes you get ```javascript { results: resultsOfPreviousQuery, isLoading: false, isLive: true, isSyncing: false, error: undefined...
Love this library. One feature it's missing that I've needed from time to time is a timezone-aware version of the date-fns `add` function. Time zones matter in date arithmetic because...
Hey, First of all, thank you for this repository & the videos. I don't know how else I would have figured out how to approach this at all. It seems...