838 followers
I'm a web/software developer who loves to build projects and share valuable tips for new programmers on this blog. Feel free to reach me via my email or Twitter!
Subscribe to my newsletter and never miss my upcoming articles
Hello everyone! Hashnode has proudly launched the #2Articles1Week challenge! How exciting! To commemorate the start of this challenge, I'm dedicating this post to Hashnode and the fellow writers on this platform who are also partaking in this challen...
Welcome to A Look at React Hooks, a beginner-friendly series on React Hooks. In this article, let's look at the useReducer Hook. What is useReducer? For those who are familiar with Redux, the useReducer Hook allows React to access reducer functions f...
Today's article is a spontaneous one, suggested to me by the brilliant Hashnode team. The #ChooseToChallenge is an amazing initiative in celebration of International Women's Day 2021. But what's more amazing is that Hashnode decides to be a support p...
Welcome to A Look at React Hooks, a beginner-friendly series on React Hooks. In this article, let's look at the useRef Hook. What is useRef? useRef returns a mutable object with a single property: current, that stores the value of the reference eleme...
Welcome to A Look at React Hooks, a beginner-friendly series on React Hooks. In this article, let's look at the useContext Hook. What is useContext? The useContext Hook works with React's Context API. Let's take a look how it works. It accepts a cont...
Welcome to A Look at React Hooks, a beginner-friendly series on React Hooks. In this article, let's look at the useEffect Hook. What is useEffect? If you are coming from the class-based React, the useEffect Hook replaces the componentDidMount, compon...