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

Coder Blogger

Tag: State Management

ReactJS / March 14, 2023

A More Practical useContext

React Hooks

You may have read my earlier article about useContext and know what it is and how it’s used. However, that…

Read more
ReactJS / March 5, 2023

React custom hook: useFetch

useFetch

One common task in web development is fetching data from an API, and React provides a convenient way to do…

Read more
ReactJS / February 27, 2023

About React useContext Hook, Part I

React Hooks

In React, the useContext hook is used for consuming context that has been created by a parent component. Context allows…

Read more
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 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
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.