React and effect hook
After the hook introduction post and state hook post, it is time to cover the effect hook. The reason why it is called useEffect is that it lets you perform side-effects after component mounts. Those can be loading data from the server, adding a cust...
kristijan-pajtasev.hashnode.dev4 min read