Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgomesdev/tanstack-query-react-query-playground
Respositório onde realizo todos os meus testes e me mantenho atualizado com a biblioteca React Query. Basicamente são todos os exemplos disponíveis na documentação do React Query aplicando TDD e minhas alterações conforme vou realizando meus testes e aprendendo sobre um código específico.
https://github.com/mgomesdev/tanstack-query-react-query-playground
jest nextjs reactjs tanstack-react-query tdd testing-library typescript
Last synced: 15 days ago
JSON representation
Respositório onde realizo todos os meus testes e me mantenho atualizado com a biblioteca React Query. Basicamente são todos os exemplos disponíveis na documentação do React Query aplicando TDD e minhas alterações conforme vou realizando meus testes e aprendendo sobre um código específico.
- Host: GitHub
- URL: https://github.com/mgomesdev/tanstack-query-react-query-playground
- Owner: mgomesdev
- Created: 2024-12-20T12:28:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T10:25:47.000Z (about 1 month ago)
- Last Synced: 2025-01-11T11:34:18.435Z (about 1 month ago)
- Topics: jest, nextjs, reactjs, tanstack-react-query, tdd, testing-library, typescript
- Language: TypeScript
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TanStack Query - React Query - Playground
O objetivo deste respositório é ter um local onde eu possa realizar todos os meus testes e me manter atualizado com a biblioteca **React Query**. Basicamente são todos os exemplos disponíveis na [documentação do **React Query**](https://tanstack.com/query/latest/docs/framework/react/overview) aplicando TDD e minhas alterações conforme vou realizando meus testes e aprendendo sobre um código específico.
### Examples
| NextJS | Status |
| ---------------- | ----------------- |
| [next-app-with-prefetching](https://github.com/mgomesdev/tanstack-query-react-query-playground/tree/main/__tests__/next-app-with-prefetching) | ~~concluído~~ |
| [next-app-suspense-streaming](https://github.com/mgomesdev/tanstack-query-react-query/tree/main/__tests__/next-app-suspense-streaming) | ~~concluído~~ || ReactJS | Status |
| ---------------- | ----------------- |
| [react-simple](https://github.com/mgomesdev/tanstack-query-react-query-playground/tree/main/__tests__/react-simple) | ~~concluído~~ |
| [react-basic](https://github.com/mgomesdev/tanstack-query-react-query-playground/tree/main/__tests__/react-basic) | andamento |