React Hooks Masterclass: useState, useEffect, and Custom Hooks
One thing that confused me when I started learning React was this:
How does a component remember anything?
I mean…
a component is just a function, right?
Functions run.
They return something.
Then the
devwithsahil.hashnode.dev19 min read