Avoiding recursive useEffect hooks in React

added by JavaScript Kicks
6/20/2019 11:38:40 AM

1341 Views

It's fair to say that React 16.8 and the introduction of hooks has really changed how we write React. Hooks are one of those APIs that make you realise the flaws of the previous approach after you stop using it.


0 comments