Currently, 2 types of GET request are being sent, one to get the data and the other to see if the data is still loading:
The same can be observed in Categories and Transactions. This is not scalable and may lead to re-renders of some of the React components.
Look at 18bbe46 and make the necessary changes to the other hooks.
Currently, 2 types of GET request are being sent, one to get the data and the other to see if the data is still loading:
The same can be observed in Categories and Transactions. This is not scalable and may lead to re-renders of some of the React components.
Look at 18bbe46 and make the necessary changes to the other hooks.