You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use @component with react hooks and have all my methods listed under the main component.
How can useEffect here be added together with methods or which tag would be correct to use with useEffect?
The text was updated successfully, but these errors were encountered:
I use that method "signature" that might look weird because usually there are multiple hooks and it's not very helpful to have a bunch of useEffect methods on the index. I find the dependencies a good way of identifying what the effect is about.
I use @component with react hooks and have all my methods listed under the main component.
How can useEffect here be added together with methods or which tag would be correct to use with useEffect?
The text was updated successfully, but these errors were encountered: