2 followers
A Full Stack developer passionate about building solutions for the web
Subscribe to my newsletter and never miss my upcoming articles
Introduction React context API is a concept I feel gets neglected. Yes, I was guilty of this. It's super important you get to understand how it works and why it's needed. By the end of this article, you should have a solid understanding of it. We wil...
Introduction I know most React developers are quite familiar with the create-react-app command line(CLI) command for setting up a react boilerplate. Well, in this article, I will discuss another way of setting up a react app. The aim of this post is ...