ReactJS Hooks - use Experimental Hook
ReactJS Hooks use [Experimental]
Hello everyone, continuing the series of articles about Hooks, in this article I'll talk about use. A Hook that is in experimental phase and should be available in React soon.
This hook can greatly help our day-to-day because currently the amount of code written to resolve a promise is quite large. But not only that.
And to demonstrate how the hook works by comparing it with the current state, I created a simple project showing some cards from the Hearthstone game.

