Articles by Tag #hooks

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering Code Quality in Laravel: Pint with Git Hooks and Docker

Ensure Code Quality in your Laravel Project by automating Pint with Git Hooks and Docker!

Learn More 6 2Nov 5 '24

A Complete Guide to All React Hooks for Beginners

React hooks revolutionized the way we build components by allowing us to use state and other features...

Learn More 6 0Dec 12 '24

Kiro Hooks Complete Documentation Guide

Introduction and Core Concepts Kiro Hooks are powerful automation tools that streamline...

Learn More 3 0Jul 18

Efeito de máquina de escrever com React usando requestAnimationFrame

Quando navegamos em sites com apelo visual — portfólios, landing pages, hero sections — é comum...

Learn More 2 1Jun 16

React’s `useSyncExternalStore` in Practice — Building a Cross-Tab Shopping Cart

React 18 brought Concurrency-safe rendering, but it also created new land-mines for anyone reading...

Learn More 2 0Jul 1

React useRef vs useState — When to Use Which

React gives us useState and useRef to store values across renders. But they behave differently. ...

Learn More 2 0Sep 17

Hooks Behind The Scenes 2, useState!!

Hey Coders!! One of the most important hook in react is the useState. useState hook is used to...

Learn More 1 0Oct 21 '24

Mastering React Advanced Hooks with TypeScript: Simulating a Dynamic Equation System

Mastering React Advanced Hooks with TypeScript: Simulating a Dynamic Equation System In...

Learn More 1 0May 16

Claude Code: Part 8 - Hooks for Automated Quality Checks

Stop manually running the same quality checks after every Claude Code change. Learn how to use hooks to automatically run tests, linting, type checking, and custom validation whenever Claude modifies your code.

Learn More 1 1Aug 11

You A̶l̶m̶o̶s̶t̶ Never Need useReducer

Stop overengineering your React components. You probably don't need useReducer and here's why.

Learn More 1 1Jun 11

Amazing `pre-commit` and How To Use It

Welcome back dear reader. My name is Alex M. Schapelle,AKA Silent-Mobius, your dedicated container...

Learn More 1 1Feb 26

React 19 Game Changer Hooks

React 19 introduces a powerful set of new and updated Hooks that significantly enhance the developer experience and app performance. These "game changer" Hooks streamline complex logic, reduce lines of code, simplify asynchronous data handling.

Learn More 1 0May 24

How to remove cumbersome returns in vue3 hooks

Can Vue3 hooks be optimized? Can I cancel the return? I have to write return every time. There are so...

Learn More 0 0Apr 19

React Hooks in Practice: useSSR, useTitle, and useRequestAnimationFrame Explained

Master React's core hooks: useSSR for environment checks, useTitle for dynamic page titles, and useRequestAnimationFrame for smooth animations. This tutorial provides practical examples to enhance your React app's performance and user experience.

Learn More 0 0Jul 20

Hook guide:useReducer() in react

use Reducer similar the usestate but it managed the complex state like object have differnt value and...

Learn More 0 0Jan 18

How useState Works Under the Hood (and Why It Needs use client)

1) Where state actually lives React builds a tree of Fibers (one per component...

Learn More 0 0Sep 23

React Custom Hooks Explained: useOnWindowScroll, usePrevious, useMergeState, useOnWindowResize

Master React custom hooks: useOnWindowScroll, usePrevious, useMergeState, and useOnWindowResize. Build dynamic, responsive React UIs with practical labs. Enhance state management and event handling for intelligent web applications.

Learn More 0 0Aug 25

Flutter App, Simple animation with Hooks 🪝

What to expect from this tutorial? This is a simple tutorial to add fading animation for a...

Learn More 0 0Feb 4

🚀 Mastering React Hooks: The Ultimate Guide (With Examples!)

React Hooks have revolutionized how we write functional components, eliminating the need for class...

Learn More 0 0Mar 13

Discovering React’s useCallback

There are several React hooks, and recently, while studying, I found that this hook deserves more of...

Learn More 0 0Oct 28 '24

Descobrindo o useCallback do React

Existem vários hooks do React e recentemente estudando achei que esse hook merece uma atenção maior...

Learn More 0 0Oct 28 '24

useRouterMisuseWarning in Refine source code

In this article, we will review useRouterMisuseWarning hook found in Refine source code. Below is the...

Learn More 0 0Mar 17

Mastering React Hooks with TypeScript: Simulating Cellular Behavior in a Functional Component

Mastering React Hooks with TypeScript: Simulating Cellular Behavior in a Functional...

Learn More 0 0May 16

How to Persist React Component State Across Page Reloads with Zero External Libraries

Keeping UI state after a page refresh can seriously boost user experience. But dragging in Redux...

Learn More 0 0Apr 26

🔥 Why Most React Apps are DOOMED To Lag — And How To Fix It With useDeferredValue

🔥 Why Most React Apps are DOOMED To Lag — And How To Fix It With useDeferredValue If your...

Learn More 0 0Aug 30

Introducing fluent-state: A Lightweight, Proxy-Based React State Hook

Hi all! Managing complex nested state in React often leads to verbose code and tangled...

Learn More 0 0Jul 14

Using Claude Code Hooks for Notifications and Auto-Formatting

Practical examples of Claude Code hooks in action: desktop notifications for IntelliJ users and automatic code formatting to keep CI pipelines happy.

Learn More 0 0Jul 2

Mastering React Hooks: useEffect, useReducer, and Custom Hooks

Learn how to harness React Hooks for scalable, maintainable apps. This guide covers useEffect,...

Learn More 0 0Sep 22

Mastering React Native with TypeScript: From Basics to Brilliance - Part 2

React Native hooks provide an intuitive way to manage state and side effects in your components....

Learn More 0 0Jul 26

Hooks Behind The Scenes 3, UseRef!!!

In this post let's talk about!!!! UseRef UseRef allow us to access DOM elements. Create mutable...

Learn More 0 0Dec 10 '24