You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'beta' of https://github.com/TanStack/query: (140 commits)
Fix Best of JS badge in README (TanStack#3695)
Update config.json
docs: adapter teasers
docs: rewrite typescript docs
tests: stabilize
docs: Update graphql.md to fix link (TanStack#3683)
docs: fix link typo in README.md (TanStack#3679)
Update README.md
update readme
Update config.json
Update index.js
examples: vendor to platform directories
docs: migrate to tanstack.com
fix(persist): introduce in-house synchronous Storage interface (TanStack#3673)
docs: restructure migration guide by importance of breaking changes
fix: `replaceDeepEqual` special case for non-plain arrays (TanStack#3669)
feat: make InfiniteQueryObserver's type more robust (TanStack#3571)
fix(types): remove non-void constraint from queryFn result (TanStack#3666)
fix(persist): remove environment check (TanStack#3658)
fix(types): make sure queryClient.setQueriesData can return undefined from the updater (TanStack#3657)
...
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Questions
4
4
5
-
If you have questions about implementation details, help or support, then please use our dedicated community forum at [Github Discussions](https://github.com/tannerlinsley/react-query/discussions)**PLEASE NOTE:** If you choose to instead open an issue for your question, your issue will be immediately closed and redirected to the forum.
5
+
If you have questions about implementation details, help or support, then please use our dedicated community forum at [GitHub Discussions](https://github.com/tannerlinsley/react-query/discussions)**PLEASE NOTE:** If you choose to instead open an issue for your question, your issue will be immediately closed and redirected to the forum.
6
6
7
7
## Reporting Issues
8
8
9
-
If you have found what you think is a bug, please [file an issue](https://github.com/tannerlinsley/react-query/issues/new). **PLEASE NOTE:** Issues that are identified as implementation questions or non-issues will be immediately closed and redirected to [Github Discussions](https://github.com/tannerlinsley/react-query/discussions)
9
+
If you have found what you think is a bug, please [file an issue](https://github.com/tannerlinsley/react-query/issues/new). **PLEASE NOTE:** Issues that are identified as implementation questions or non-issues will be immediately closed and redirected to [GitHub Discussions](https://github.com/tannerlinsley/react-query/discussions)
10
10
11
11
## Suggesting new features
12
12
@@ -29,14 +29,14 @@ If you have been assigned to fix an issue or develop a new feature, please follo
29
29
30
30
## Online one-click setup
31
31
32
-
You can use Gitpod(An Online Open Source VS Code like IDE which is free for Open Source) for developing online. With a single click it will start a workspace and automatically:
32
+
You can use Gitpod(An Online Open Source VS Code like IDE which is free for Open Source) for developing online. With a single click it will start a workspace and automatically:
33
33
34
34
- clone the `react-query` repo.
35
35
- install all the dependencies in `/` and `/docs`.
36
36
- run `yarn start` in the root(`/`) to Auto-build files.
37
37
- run `yarn dev` in `/docs`.
38
38
39
-
[](https://gitpod.io/from-referrer/)
39
+
[](https://gitpod.io/#https://github.com/tannerlinsley/react-query)
40
40
41
41
## Commit message conventions
42
42
@@ -122,4 +122,4 @@ Use an appropriate commit type. Be especially careful with breaking changes.
122
122
123
123
## Releases
124
124
125
-
For each new commit added to `master` with `git push` or by merging a pull request or merging from another branch, a github action is triggered and runs the `semantic-release` command to make a release if there are codebase changes since the last release that affect the package functionalities.
125
+
For each new commit added to `master` with `git push` or by merging a pull request or merging from another branch, a GitHub action is triggered and runs the `semantic-release` command to make a release if there are codebase changes since the last release that affect the package functionalities.
<imgalt="Join the discussion on Github"src="https://img.shields.io/badge/Github%20Discussions%20%26%20Support-Chat%20now!-blue" />
21
-
</a><ahref="https://bestofjs.org/projects/react-query"><imgalt="Best of JS"src="https://img.shields.io/endpoint?url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=tannerlinsley%2Freact-query%26since=daily" /></a><ahref="https://github.com/tannerlinsley/react-query"target="\_parent">
21
+
</a><ahref="https://bestofjs.org/projects/react-query"><imgalt="Best of JS"src="https://img.shields.io/endpoint?url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=TanStack%2Fquery%26since=daily" /></a><ahref="https://github.com/tannerlinsley/react-query"target="\_parent">
@@ -92,4 +94,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
92
94
93
95
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments