FormsReactForm Handling in ReactWhich should you use for forms in modern React? useActionState (with Server Actions) React Hook Form…Daniel NguyenDecember 14, 2025 1 min
Redux ToolkitWebCI/CD with Git and VercelCI/CD is a DevOps practice that automates building, testing, and deploying code so teams can deliver…Daniel NguyenDecember 13, 2025 1 min
DailyWebAgile Method in TeamworkIn today’s fast-moving work environment, teams need flexibility, speed, and strong collaboration…Daniel NguyenDecember 12, 2025 1 min
StructureReactHow I Organize React ProjectsHere are five lessons that completely changed how I structure React projects 1. Organize by…Daniel NguyenNovember 02, 2025 1 min
ReduxReactRedux ToolkitRedux Toolkit (RTK) is the official, recommended way to write Redux logic. It keeps Redux’s core…Daniel NguyenNovember 02, 2025 1 min
🚀 Setting Up a React ProjectBefore we begin, make sure you have the following installed: A code editor like VS Code Node.js…Daniel NguyenSeptember 25, 2025 1 min