Skip to content

Commit

Permalink
docs: community projects (#6221)
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo authored Oct 22, 2023
1 parent 129f8c9 commit 0a0e490
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 408 deletions.
20 changes: 2 additions & 18 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,24 +202,8 @@
"to": "react/community/tkdodos-blog"
},
{
"label": "Batching Requests",
"to": "react/community/batching-requests-using-bathshit"
},
{
"label": "Query Key Factory",
"to": "react/community/lukemorales-query-key-factory"
},
{
"label": "React Query Kit",
"to": "react/community/liaoliao666-react-query-kit"
},
{
"label": "Angular Query",
"to": "react/community/angular-query"
},
{
"label": "Suspensive React Query",
"to": "react/community/suspensive-react-query"
"label": "Community Projects",
"to": "react/community/community-projects"
}
]
},
Expand Down
18 changes: 0 additions & 18 deletions docs/react/community/angular-query.md

This file was deleted.

75 changes: 0 additions & 75 deletions docs/react/community/batching-requests-using-bathshit.md

This file was deleted.

92 changes: 92 additions & 0 deletions docs/react/community/community-projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
id: community-projects
title: Community Projects
---

There are lots of community projects that build on top of React Query and use it to provide additional functionality or enhanced developer experience. Projects are listed in alphabetical order. If you have a project that you would like to add to this list, please open a PR!

> Please note that these projects are entirely community maintained. If you have questions about these projects, please reach out to the project maintainers.
## batshit

A batch manager that will deduplicate and batch requests for a certain data type made within a window

Link: https://github.com/yornaath/batshit

## Blitz

The Missing Fullstack Toolkit for Next.js

Link: https://blitzjs.com/

## GraphQL Code Generator

Generate React Query hooks from your GraphQL schema

Link: https://the-guild.dev/graphql/codegen

## Kubb

Generate SDKs for all your APIs

Link: https://www.kubb.dev/

## NgQuery

Query adapter for Angular

Link: https://ngneat.github.io/query/

## Normy

Automatic normalization and data updates for data fetching libraries

Link: https://github.com/klis87/normy

## OpenAPI codegen

A tool for generating code based on an OpenAPI schema.

Link: https://github.com/fabien0102/openapi-codegen

## OpenAPI React Query codegen

Generate TanStack Query hooks based on an OpenAPI specification file.

Link: https://github.com/7nohe/openapi-react-query-codegen

## Orval

Generate TypeScript client from OpenAPI specifications

Link: https://orval.dev/

## Query Key factory

A library for creating typesafe standardized query keys, useful for cache management in `@tanstack/query`

Link: https://github.com/lukemorales/query-key-factory

## React Query Kit

🕊️ A toolkit for ReactQuery that makes ReactQuery hooks reusable and typesafe

Link: https://github.com/liaoliao666/react-query-kit

## React Query Swagger

Generate React Query hooks based on Swagger API definitions

Link: https://github.com/Shaddix/react-query-swagger

## tRPC

End-to-end typesafe APIs made easy

Link: https://trpc.io/

## zodios

End-to-end typesafe REST API toolbox

Link: https://www.zodios.org/
107 changes: 0 additions & 107 deletions docs/react/community/liaoliao666-react-query-kit.md

This file was deleted.

Loading

0 comments on commit 0a0e490

Please sign in to comment.