Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Prevent race conditions within useEffect() #526

Open
tuliomir opened this issue Feb 8, 2024 · 0 comments
Open

refactor: Prevent race conditions within useEffect() #526

tuliomir opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request refactor

Comments

@tuliomir
Copy link
Collaborator

tuliomir commented Feb 8, 2024

With the batch refactoring of the applications' Screens to functional components, some instances of useEffect() were left with calls to asynchronous functions that have side effects.

Adapting those during the refactorings would increase the scope and complexity of the PRs and thus was left for a later moment.

Two main solutions are available for those effect adaptations:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant