vi.react.dev
vi.react.dev copied to clipboard
feat(i18n): src/content/learn/scaling-up-with-reducer-and-context.md from English to Vietnamese
🇻🇳 Vietnamese Translation: Scaling Up with Reducer and Context
Hi! I'm contributing as a volunteer translator for vi.react.dev, and this PR adds the Vietnamese translation for the "Scaling Up with Reducer and Context" lesson.
What's included
- Vietnamese translation of scaling-up-with-reducer-and-context.md
- Preserved all code examples and markdown formatting
- Kept terminology consistent with existing translations
Changes
- ✅ Fully translated the guide covering how to combine reducers with context for complex state management
- ✅ Maintained code blocks, links, Sandpack components and all interactive examples
- ✅ 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: "Scaling Up with Reducer and Context" → "Mở rộng quy mô với Reducer và Context"
Các phần chính:
- "Combining a reducer with context" → "Kết hợp reducer với context"
- "Step 1: Create the context" → "Bước 1: Tạo context"
- "Step 2: Put state and dispatch into context" → "Bước 2: Đặt state và dispatch vào context"
- "Step 3: Use context anywhere in the tree" → "Bước 3: Use context ở bất kỳ đâu trong cây"
- "Moving all wiring into a single file" → "Chuyển tất cả wiring vào một file duy nhất"
Phần Recap: Đã dịch toàn bộ phần tóm tắt với các điểm chính về việc kết hợp reducer với context để quản lý state phức tạp trong ứng dụng React.