Open AdityaGhamat opened 1 month ago
@LakshmiSowmya04 Its really essential issue and i wish to solve it.
@AdityaGhamat if there are no other tasks in queue for you please proceed for this
@LakshmiSowmya04 can you tag it in hacktoberfest?
@AdityaGhamat I wish to work to on this, please assign it to me.
@nikkuv sure.will be able to create custom hooks for request coming from server?
@AdityaGhamat, yes, the hook will support requests coming from the server. I'm done with the task but wasn't able to push to the same repo. Will you make me a contributor in this repo, or do I have to fork the repo to push my changes?
@AdityaGhamat, yes, the hook will support requests coming from the server. I'm done with the task but wasn't able to push to the same repo. Will you make me a contributor in this repo, or do I have to fork the repo to push my changes?
U have to fork nd then raise pr
We need to create custom hooks using React Query for handling authentication-related requests in our application. This includes useSignup for user registration, useLogin for user login, and useOtpVerification for verifying OTPs. Each hook should manage loading and error states, promoting code reusability and cleaner components. Pros - 1.Minimum use of useEffect, so performance can be improved so much. 2.Less code and modular code