Posts by Bruno Espindola • 13 points
3 posts
-
0
votes1
answer43
viewsA: Why isn’t my function changing the background as expected?
Hello, I confess that I did not understand your problem, but taking into consideration this section below, maybe I can help... I’m trying to change the transparency of my header based on scroll…
reactanswered Bruno Espindola 13 -
0
votes0
answers46
viewsQ: How can I simplify HTTP requests in React?
I am currently working on a project that has modules with multiple API requests. Similarly, cases of "ordered" requests are frequent, that is, they are carried out as long as a given condition is…
-
1
votes1
answer253
viewsQ: Is it correct to use useCallback within a custom hook?
I’m having trouble using custom Hooks inside the useEffect, in particular, when defining within the useEffect custom hook methods that alter your internal state. Faced with this problem I came…