Bot-Rakshit / bm_frontend

Frontend repository of Samay Raina's chess community website
https://www.bmsamay.com/
MIT License
101 stars 60 forks source link

Add react query #13

Closed fero1xd closed 3 months ago

fero1xd commented 3 months ago

I think as the project grows more and more data fetching will be an issue, i would like to implement react query here.

Bot-Rakshit commented 3 months ago

yes this is something that has to be added, and currently i'm shifting the backend to use cookies to manage authentication, right now we are doing it not in a standard way . We are passing tokens in query params with user info, will implement this, by the weekend