https://github.com/rodrigorvsn/mugiwara-no-query
๐งช POC Testing React Query features for the presentation at work
https://github.com/rodrigorvsn/mugiwara-no-query
chakra-ui next-auth nextjs prisma react-query
Last synced: 8 months ago
JSON representation
๐งช POC Testing React Query features for the presentation at work
- Host: GitHub
- URL: https://github.com/rodrigorvsn/mugiwara-no-query
- Owner: RodrigoRVSN
- Created: 2022-08-14T03:20:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T02:10:19.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:57:14.432Z (over 1 year ago)
- Topics: chakra-ui, next-auth, nextjs, prisma, react-query
- Language: TypeScript
- Homepage:
- Size: 2.57 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mugiwara no Query





___

___
> This is a POC with React Query to test the features of this tool.
___
## ๐ป Prerequisites
- Install LTS Node version.
___
## ๐ Tools used
- Typescript
- Nextjs
- React Query
- Chakra Ui
- Next Auth
- Prisma ORM
## ๐งช React Query features used:
- Query
- Mutations
- Optimistic update
- Devtools
- Cache
- Prefetch with SSR
___
## ๐ Installing mugiwara-no-query
1. To use, follow the steps:
```bash
git clone https://github.com/rodrigorvsn/mugiwara-no-query.git
```
```bash
yarn
```
2. Fill the `.env`, with the `.env.example`. Generate the Postgres database in the `docker-compose.yml` (optional), with:
```bash
docker-compose up -d
```
3. Populate the database if necessary with:
```bash
yarn prisma db push
```
4. Run!
```bash
yarn dev
```
## ๐ซ Contribuiting with mugiwara-no-query
To contribue with mugiwara-no-query, follow the steps:
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make the changes and confirm: `git commit -m ''`
4. Send to original repository: `git push origin / `
5. Send the pull request.
Alternatively, see the GitHub documentation at [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
___
## ๐ค Contributors
Made with โค๏ธ by:
