Modernizing Old React Patterns With React Hooks
React hooks have changed the way we build frontends ever since their introduction in React 16.8.
In combination with functional components, they've greatly reduced the amount of boilerplate code we write and gave us a place to store our reusable logi...
codefrontend.hashnode.dev6 min read
Ákos Kőműves
Full-Stack Developer and Writer
Great cases, Vinacas!
I can't wait for the native promises in React so we can get rid of the
useEffectto populate the state and render the component directly!