Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Merge JSON files and objects with indicators like $import $remove $replace $merge
-
-
-
ProcessWire theme: Beautiful clean and simple theme, with look and feel based on the original ProcessWire theme.
PHP 2
-
-
Node.js Grunt plugin. Copy files from one directory to another, but instead of a standard file copy, download the files from a http server.
JavaScript 1
164 contributions in the last year
Contribution activity
September 2020
- boschni/react-query-devtools JavaScript
Created a pull request in tannerlinsley/react-query that received 9 comments
feat: add reset error boundary component
Because error boundaries are only applicable to a certain a tree, I think it would be good if the error reset would also only be applicable to that…
- feat: add QueryCache.watchQuery
- fix: query should try and throw again after error boundary reset
- test: add invalidate query tests
- fix: prevent bundlers from removing side effects
- docs: add refetch documentation
- feat: add QueryCache.fetchQuery method
- fix: include config callbacks in batch render
- docs: prefer default config of QueryCache
- fix: accept any promise in useMutation callbacks
- feat: add remove method and deprecate clear
- docs: remove shared config
- feat: export QueryCache and remove global query cache from docs and examples
- fix: should throw error when using useErrorBoundary
- feat: add always option to refetch options
- fix: make sure initial data always uses initial stale
- refactor: remove query status bools
- fix: should be able to invalidate queries
- docs: update api docs
- fix: useInfiniteQuery fetchMore should not throw
- test: add previous data test
- fix: notify query cache on stale
- feat: cancel current fetch when fetching more
- feat: export unbundled files
- feat: implement batch rendering
- refactor: optimize render path and improve type safety
- Some pull requests not shown.