Skip to content
  • Home
  • My Portfolio
  • Coding Challenges
  • Contact Me

Coder Blogger

Category: ReactJS

ReactJS / February 27, 2023

About React useMemo Hook

React Hooks

The React useMemo hook is used to memorize a function’s return value so that it is only recomputed when the…

Read more
ReactJS / February 26, 2023

About React useRef Hook

React Hooks

In React, the useRef hook is used to create a reference to a DOM element or a value that persists…

Read more
ReactJS / February 26, 2023

About React useEffect Hook

React Hooks

In React, the useEffect hook is used to handle side effects such as fetching data from an API, updating the…

Read more
ReactJS / February 26, 2023

About React useState Hook

React Hooks

React is a popular JavaScript library used for building user interfaces, and one of its core concepts is the use…

Read more

Posts pagination

Previous 1 2
author-image

About the Coder

J.C., a JAM & MERN stack developer who has a passion for web developing using JavaScript and NodeJS, and has been coding for more than 20+ years.

  • linkedin

Latest Posts

  • From JavaScript to React

    July 18, 2023
  • React Hooks

    A More Practical useContext

    March 14, 2023
  • useFetch

    React custom hook: useFetch

    March 5, 2023
  • useLocalStorage

    React custom hook: useLocalStorage

    March 3, 2023
  • Spread Operator

    JavaScript Spread Operator

    March 2, 2023

Categories

  • JavaScript (2)
  • ReactJS (9)
  • TypeScript (2)
  • Uncategorized (1)

Tags

Custom Hook (1) hooks (7) JavaScript (2) ReactJS (11) Spread Operator (1) State (5) State Management (6) TypeScript (1) useContext (1) useEffect (1) useFetch (1) useRef (1) useState (1)
Copyright © 2026 Coder Blogger. All rights reserved.