Next.js: El framework de React para producción
Full Next.js course building production-ready applications including Teslo-Shop, an e-commerce platform with auth, payments and hybrid rendering.
Learned Next.js through the development of several projects, including a full e-commerce application (Teslo-Shop). Covered hybrid rendering strategies (SSR, SSG, ISR, CSR), JWT-based authentication, and REST API implementation.
Worked with dynamic and nested routing, responsive design using Material UI, Next UI, and Tailwind CSS, and integrated PostgreSQL. Managed cookies, built dynamic forms with React Hook Form, and implemented payments using PayPal and credit cards.
Also covered deployments across multiple platforms and best practices for version control using Git and GitHub.
React & Next.js
- →App Router
- →SSR / SSG / ISR / CSR
- →Dynamic routing
- →Nested layouts
Backend & Data
- →REST API implementation
- →PostgreSQL
- →JWT authentication
- →Cookies & sessions
UI & Forms
- →Tailwind CSS
- →Material UI
- →Next UI
- →React Hook Form
Payments & Deploy
- →PayPal integration
- →Credit card payments
- →Multi-platform deployment