ai-cfia / fertiscan-frontend

This repository is for the frontend of the project react
MIT License
2 stars 1 forks source link

Fix react strict mode to avoid double request to backend #61

Closed Youllou closed 4 months ago

Youllou commented 4 months ago

Description

When in Strict mode, react render twice so the useEffect Hook is called twice too. We dont want to have two concurent request to the backend as it create issues.

Tasks

Acceptance criteria