learnhubmk / app

The frontend app for LearnHub.mk
https://learnhub.mk
MIT License
6 stars 0 forks source link

[FE] Refactor the fetch calls to use react query #399

Open davorminchorov opened 3 months ago

davorminchorov commented 3 months ago

Task Description

Currently, we use fetch as a way to communicate with the API.

Learn more about React Query and refactor the code to use React Query everywhere.