Comment by c-hendricks
6 days ago
I don't really agree that "best practices around useEffect have changed a lot". It's more that that particular hook was used a lot when it didn't need to be so the team finally wrote some guidelines.
6 days ago
I don't really agree that "best practices around useEffect have changed a lot". It's more that that particular hook was used a lot when it didn't need to be so the team finally wrote some guidelines.
yeah same... i have always tried to useState and minimal effects, those have not really changed in 7 years