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

Coder Blogger

Category: ReactJS

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 / March 3, 2023

React custom hook: useLocalStorage

useLocalStorage

React is a popular front-end JavaScript library for building user interfaces. It provides developers with many built-in hooks such as…

Read more
JavaScript / March 2, 2023

JavaScript Spread Operator

Spread Operator

The spread operator in JavaScript and ReactJS is a powerful feature that allows you to spread the elements of an…

Read more
TypeScript / March 1, 2023

TypeScript is better than JSX for ReactJS?

If you’re a ReactJS developer, chances are you’ve heard of both TypeScript and JSX. While both of these technologies are…

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

Posts pagination

1 2 Next
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.