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 2 của series Modern Front-End Development. Sau khi hiểu rendering patterns, giờ là lúc đánh giá các frameworks triển khai chúng.
Chúng ta sẽ so sánh chi tiết Next.js, Remix, và TanStack Start — bao gồm routing, data fetching, deployment, và developer experience để bạn đưa ra lựa chọn đúng.
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",};