Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dellamora/react-query-ts-generics
https://github.com/dellamora/react-query-ts-generics
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dellamora/react-query-ts-generics
- Owner: dellamora
- Created: 2023-01-07T22:27:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T02:06:20.000Z (over 1 year ago)
- Last Synced: 2024-11-08T11:46:27.611Z (8 days ago)
- Language: TypeScript
- Homepage: https://rickandmorty-ochre.vercel.app
- Size: 1.42 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rick and Morty Search
The main goal of this project was to create a simple application that would serve as a practical study for the use of TypeScript's generic types and the implementation of React Query. By using the Rick and Morty API to allow users to search for characters, episodes, and locations, this project provides a hands-on approach to learning these technologies.
[view the project](https://rickandmorty-ochre.vercel.app)
ps: this was such a fun project that I even wrote an article about it in Portuguese, and who knows, maybe in the future I'll translate it to English...
[read here](https://dev.to/dellamora/criei-um-hook-personalizado-para-buscar-dados-da-api-do-rick-and-morty-com-react-query-1c7f)