top | item 47091170 (no title) nayroclade | 9 days ago Hooks were introduced in 2019. so, seven years ago. discuss order hn newest megaman821|9 days ago Even only looking at React provided hooks, they added a lot over years and best practices around things like useEffect have changed a lot.If you have a complex app from 2019 that you haven't updated, it is virtually guaranteed that it has memory leaks and bugs. c-hendricks|9 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. load replies (1)
megaman821|9 days ago Even only looking at React provided hooks, they added a lot over years and best practices around things like useEffect have changed a lot.If you have a complex app from 2019 that you haven't updated, it is virtually guaranteed that it has memory leaks and bugs. c-hendricks|9 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. load replies (1)
c-hendricks|9 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. load replies (1)
megaman821|9 days ago
If you have a complex app from 2019 that you haven't updated, it is virtually guaranteed that it has memory leaks and bugs.
c-hendricks|9 days ago