Cộng đồng Upskills
Upskills
upskills.dev
Tham gia cộng đồng Discord để được hỗ trợ về các bài hướng dẫn và đặt câu hỏi.
Vu Nguyen
@nphivu414
Theo dõi tôi trên X để nhận cập nhật và tin tức mới nhất về Upskills.
Chương 2: Modern Front-End Development with React
Đây là Phần 3 của series Modern Front-End Development. Sau khi đã chọn rendering pattern và framework, giờ là lúc hoàn thiện phần còn lại của stack.
Mình sẽ chia sẻ các library picks được curate cho state management, forms, UI components, và developer tooling — dựa trên nhiều năm kinh nghiệm shipping React projects.
Yêu cầu
Nội dung bài hướng dẫn
6 phần • khoảng 1 giờ 30 phút
Nội dung sẽ được dịch sau.
Về tác giả
NAB, Software Engineer
Hi, I'm Vu, a Software Engineer at NAB (National Australia Bank) with a love for creating web and mobile apps that don't just look cool but feel great to use. I've had the chance to work with some awesome companies over the years, picking up new tricks and tackling many kinds of challenges along the way.
Now, I'm thrilled to share what I've learned and help others through fun, interactive coding tutorials!
// Your React rendering strategyconst app = {rendering: "RSC + SSR hybrid",framework: "Next.js 15",state: "Zustand + TanStack Query",forms: "React Hook Form + Zod",ui: "Tailwind CSS + shadcn/ui",testing: "Vitest + Playwright",};