feat(i18n): translate src/content/learn/queueing-a-series-of-state-up dates.md from English to Vietnamese by KotonoSora · Pull Request #474 · reactjs/vi.react.dev

🇻🇳 Vietnamese Translation: Queueing a Series of State Updates

Hi! I'm contributing as a volunteer translator for vi.react.dev, and this PR adds the Vietnamese translation for the "Queueing a Series of State Updates" lesson.

What's included

  • Vietnamese translation of queueing-a-series-of-state-updates.md
  • Preserved all code examples and markdown formatting
  • Kept terminology consistent with existing translations

Changes

  • ✅ Fully translated the guide covering React state batching and queue processing
  • ✅ Maintained code blocks, links, Sandpack components and Challenge/Solution sections
  • ✅ Verified all internal links and formatting render correctly

Looking forward to contributing more translations to the project! 🚀


Tóm tắt những gì đã được dịch:

Tiêu đề và phần Intro:
"Queueing a Series of State Updates" → "Xếp hàng đợi cho một chuỗi các cập nhật state"

Các phần chính:

  • "React batches state updates" → "React gom nhóm các cập nhật state"
  • "Updating the same state multiple times before the next render" → "Cập nhật cùng một state nhiều lần trước lần render tiếp theo"
  • "What happens if you update state after replacing it" → "Điều gì xảy ra nếu bạn cập nhật state sau khi thay thế nó"
  • "What happens if you replace state after updating it" → "Điều gì xảy ra nếu bạn thay thế state sau khi cập nhật nó"
  • "Naming conventions" → "Quy ước đặt tên"

Phần Challenges:

  • "Fix a request counter" → "Sửa bộ đếm yêu cầu"
  • "Implement the state queue yourself" → "Tự triển khai hàng đợi state"