Jan 27 · 12 min read · Hey there! ☕ Welcome back to GoCoding. I'm Hassani — your friendly neighborhood developer, coffee enthusiast, and someone who genuinely enjoys turning complex concepts into simple stories. If you're here, you're probably wondering about this mysterio...
Join discussion
Dec 11, 2025 · 4 min read · Let’s be honest:React Hooks looked scary when they first came out. Everyone pretended they understood them.Everyone nodded like, “Ah yes, useEffect with dependency arrays… totally makes sense.” Meanwhile, inside:“Why does this run 57 times???” But do...
Join discussion
Nov 25, 2025 · 3 min read · React에서 상태 관리는 프로젝트 구조와 성능에 큰 영향을 줍니다.작은 프로젝트에서는 useState, useReducer, useContext만으로 충분하지만, 상태가 복잡해지고 업데이트 빈도가 높아지면 서드파티 전역 상태 관리 도구가 필요할 수 있습니다. 이 글에서는 다음 내용을 순서대로 정리합니다. React 기본 상태 관리 Context API를 사용한 상태 관리 Context API의 리렌더링 원리 서드파티 상태 관리 라이브러...
Join discussionOct 30, 2025 · 6 min read · If you're learning React, you've probably heard about hooks. Today, we're diving into one of the most powerful and commonly used hooks: useEffect. By the end of this guide, you'll understand what hooks are, what useEffect does, and how to use it in y...
Join discussionSep 15, 2025 · 4 min read · CSS is responsible for styling in React JS. Some of the options you can choose when it comes to styling React app include; Using inline style with your JSX Inline styling involves writing CSS directly within your JSX code. Each style is written as...
Join discussionSep 4, 2025 · 3 min read · It rained this evening, and as I sipped my tea under the open sky, I watched the colors shift—sometimes glowing, fading, changing completely as the wind carried the clouds. It felt calm, alive, and endlessly beautiful. But then I wondered—what if the...
Join discussion
Aug 30, 2025 · 2 min read · 👉 useNavigation is not a React core hook.It comes from React Router v6.4+ (the data APIs release). If you’ve seen it in docs or projects, it’s related to navigation state handling in React Router, not plain React. 🔎 What is useNavigation? useNavig...
Join discussion
Jul 18, 2025 · 2 min read · React Hooks revolucionaram a forma como escrevemos componentes funcionais em React. Se você está começando com React ou já programa com ele há um tempo, entender como e quando usar os hooks pode transformar sua produtividade e qualidade de código. O ...
Join discussionJul 7, 2025 · 2 min read · Link: Vite + React + TS + useReducer El primer proyecto que logré concluir fue el de una funcionalidad de agregar al carrito. Para esta página web simple, primero añadí NPM y Node. Con Node podemos instalar distintas librerías y a su vez una forma ef...
Join discussion