React JSAdvanced React APIs: Shared Context🧠How to Share State Across React Components Using Context and Custom Hooks When working with React…Daniel NguyenJune 14, 2025 2 min
React JSAdvanced React APIs: Custom Hooks🧠Demystifying Custom Hooks, Memoization, and useCallback in React React's flexibility empowers…Daniel NguyenJune 13, 2025 2 min
React JSAdvanced React APIs: State Optimization🧠React State Optimization: Avoiding Unnecessary Renders React is designed to efficiently update…Daniel NguyenJune 12, 2025 2 min
React JSAdvanced React APIs: Advanced State Management🧠Mastering useReducer in React: A Practical Deep Dive React’s useState hook is perfect for…Daniel NguyenJune 11, 2025 1 min
React JSAdvanced React APIs: Introduction🔧 Mastering Advanced React APIs: A Practical Guide React is well-known for its simplicity and…Daniel NguyenJune 10, 2025 2 min
React JSReact Hook: Tic Tac Toe🎮 Building Tic Tac Toe in React: Mastering useState , useEffect , and Game State Persistence Want…Daniel NguyenJune 07, 2025 2 min
React JSReact Hook: Unique IDsBuilding Accessible Forms in React with useId When building forms in React, accessibility should…Daniel NguyenJune 06, 2025 2 min
React JSReact Hooks: DOM Side-Effects🧠Understanding DOM Side-Effects and ref in React In React, your job is to describe what the UI…Daniel NguyenJune 05, 2025 2 min
React JSReact Hooks: Lifting State🪄 Mastering State Management in React: Lifting and Colocating Stat e React makes it easy to build…Daniel NguyenJune 04, 2025 2 min
React JSReact Hooks: Side-Effects🎣 Understanding useEffect in React: Managing Side Effects the Right Way React’s declarative model…Daniel NguyenJune 03, 2025 2 min