3 followers
A Software developer passionate about building solutions for the web.
Subscribe to my newsletter and never miss my upcoming articles
INTRODUCTION With the rise in remote-working and online learning, caused especially by the pandemic that broke out in 2020. It has become paramount that meetings, work-related communication, school lessons and all, be held over the air. In this artic...
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 ...