Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

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

React Hooks have revolutionized how we write functional components, eliminating the need for class components while making state management and side effects more intuitive. In this guide, we'll explor...
12.03.2025 0 Read More

useRouterMisuseWarning in Refine source code

useRouterMisuseWarning in Refine source code
In this article, we will review useRouterMisuseWarning hook found in Refine source code. Below is the code picked from refinedev/refine/packages/core/src/hooks/router/use-router-misuse-warning/index.t...
17.03.2025 0 Read More

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 many variables. Can I omit the return in hooks?...
19.04.2025 0 Read More

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 Persist or localforage is often unnecessary for small to mid-sized apps. Here’s a no-library method t...
26.04.2025 0 Read More

How to Build a React Hook That Batches Multiple State Updates Automatically

React already batches updates inside event handlers, but outside of those — like in setTimeout or Promise callbacks — you might hit multiple renders. Here’s how to create a custom hook that forc...
26.04.2025 0 Read More
Loading...
#reading
Embedded Systems Development: A Journey Between Euphoria and Survival
0
How to do incremental processing for ETL - by examples
0
CI/CD eficiente con Nx Affected y GitHub Actions Matrix
0
Steps to Build Binary Executables for Python Code with GitHub Actions
0
🔧 Top Open Source Projects Built with Rust (And Why They Matter in 2025)
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0