x64Bits/todo-app

Suggestion: useEffect with dep to another useEffect

Opened this issue · 0 comments

In order not to have so many secondary effects in a single component, it is possible to move the first useEffect to the one that already depends on the client, to make the set you can verify if the token is not already full and remember if that verification is done add the token to the array of deps

File: https://github.com/x64Bits/todo-app/blob/main/src/screens/tasks/index.jsx#L52