Abhinandan Mishraabhinandanmishra1.hashnode.dev·Feb 11, 2023React Hooks: The Base of React Components [Part - 2]Prerequisite Basic knowledge of React - Read my react blogs Basic knowledge of hooks - Read the previous blog. What did we learn in the previous blog? We learned about how react was before the hooks and how it was very hard for developers to wri...47 likes·497 readsReact : Hands on learning from basic to advancedReact
Sandra Isolasandyblogs.hashnode.dev·Jan 9, 2023A Counter Application built with a custom hook and states implemented via useReducer.Introduction A counter application is a powerful productivity tool that helps us to count people, occurrences, instances, repetitions, etc. In this article, we will discuss how to set up a custom counter hook with increment, decrement, reset, and set...3 likes·33 readsReact
Oluwasegun Bamideleoptimist19bgo.hashnode.dev·Jan 7, 2023A custom counter article with some amazing features, written in React .Starting from the WelcomeCounterApp component i.e., our Home page, which is in the Welcome.js file. The output and the code will be shown below: import React from "react"; import {Link} from "react-router-dom"; import "./App.css" import { Helmet } f...3 likes·39 reads#React,custom counter, custom-useReducer counter