DEV Community

Discussion on: 8 Awesome React Hooks

Collapse
 
bernardbaker profile image
Bernard Baker

Hi, I enjoyed reading this. I didn't find use cases for all of them in a recent project. I'm using a Mediator pattern to handle fetch requests. I did repeat my self !DRY. But the abstraction is a refactor for another iteration.

I do agree with the comments which point out the errors. I would suggest making the fixes and updating this article. There's an option which allows you to do that.

And if you haven't already done so. Check out React Server Components. I'm sure you love them.