We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Next.js

El framework de React para producción

Fernando Herrera

Next.js: El framework de React para producción (Versión de Next.js 13+, 14+)

Read more

Next.js: El framework de React para producción (Versión de Next.js 13+, 14+)

Next.js te brinda una excelente experiencia de desarrollo con todas las funciones que necesita para la producción: renderizado híbrido estático y de servidor, compatibilidad con TypeScript, agrupación inteligente, precarga de rutas y más.

Este curso está enfocado para las personas con conocimiento básico de React que desean aprender Next.js de forma completa e ir más allá.

Estos son algunos de los temas que aquí veremos:

  1. Next.js desde cero

  2. TypeScript + React + Next.js

  3. Migración de proyectos de Next.js de JavaScript a TypeScript

  4. Diferentes estrategias de renderizado

  5. Rutas dinámicas y segmentos

  6. Next.js restful API

  7. Autenticación personalizada

  8. Despliegues en varias plataformas

  9. Generación de imagen de docker optimizada

  10. Autenticación personalizada con JWT

  11. MongoDB

  12. PostgreSQL

  13. NextAuth

  14. Proveedores de autenticación

  15. Drag&Drop en React

  16. CRUD

  17. Zustand

  18. Material UI y Next UI

  19. Re-despliegues automáticos

  20. Pagos con PayPal y Tarjeta de crédito

  21. Diseño responsivo

  22. Sitio de venta de artículos con:

    1. Búsquedas

    2. Cookies

    3. ISR + SSR + SSG + CSR según la necesidad para optimizar tiempos de respuesta

    4. Manejo de usuarios

    5. Dashboard administrativo

    6. Carga de imágenes

    7. Validación de pagos

  23. React Hook Form

  24. Cookies

  25. Middlewares de Next.js (Nuevo en Next.js 12)

    1. Para autenticación

    2. Protección de rutas

    3. Redirecciones

    4. Respuestas

    5. Tanto para APIs como para solicitudes de páginas

  26. Y mucho más

Este curso tiene por objetivo enseñarte Next.js de forma completa con muchas tareas y ejercicios. El curso es en 95% TypeScript, pero cuenta con las referencias propias para reforzar esta parte que es opcional, el curso se puede hacer en JavaScript pero recomiendo que le den la oportunidad a TypeScript.

Se crean varios ejercicios dentro de este curso:

  1. Introducción a Next: Ejercicio pequeño para el manejo de generalidades de Next,js

  2. PokemonApp: Aplicación pequeña para el manejo de ISR y SSG

  3. OpenJira: Aplicación intermedia para el manejo de tareas y SSR

  4. CookieMaster: Aplicación pequeña para aprender sobre el manejo de Cookies

  5. TesloShop: Aplicación completa y bastante grande para el manejo y venta de productos

Al final del curso no solo aprenderás Next.js, si no que también habrás desarrollado una tienda electrónica con cobros, mantenimientos, carga, optimizaciones para SEO, desplegarla y tenerla en tu portafolio de proyectos.

Es un curso enorme totalmente enfocado en Next.js para prepararte mejor como desarrollador de React.

Enroll now

What's inside

Learning objectives

  • Aprenderas next-js desde cero
  • Comprender cã³mo trabajar con next + typescript
  • Diferentes tã©cnicas de renderizado: ssr, ssg, csr, isr
  • Next middlewares para apis y pã¡ginas
  • Rutas dinã¡micas y estã¡ticas
  • Next auth
  • Material ui
  • Introducciã³n a next ui
  • Cookies
  • Pagos con paypal y tarjetas de crã©dito
  • Despliegues en varias plataformas
  • Show more
  • Show less

Syllabus

Introducción
¿Cómo funcionará el curso?
¿Cómo hacer preguntas?
Instalaciones recomendadas
Read more
¡Únete a Nuestra Comunidad de DevTalles en Discord!
Introducción a Next.js
Introducción a la sección
Temas puntuales de la sección
Recomendaciones antes de empezar
Problematica y solución
Importante: Next 13+
Creando mi primer proyecto
Modificaciones y Turbopack
Explicación de archivos y directorios
Rutas adicionales
Metadata - Metatags
Layouts y Layouts anidados
Barra de navegación
Server Components - Async await
Next/Link
Pensemos en server components
usePathname - ActiveLink
Resumen de la sección
Código fuente de la sección
Despliegues a Vercel y Docker Images
Preparar proyecto para publicarlo
Generar build de producción
Subir repositorio a GitHub
Desplegando en Vercel
Docker - Construcción simple
Docker - Construcción recomendada
Server Side + Cliente Side Rendering
Demostración de la sección
Inicio de proyecto - MyDashboard
Estructura de nuestro dashboard
Sidebar y contenido principal
Next/Image
Iconos y ruta activa
Solución de la tarea
Counter - Manejo de estado - useState
Pensemos en hojas y pequeños componentes
Punto interesantes a contemplar
Generación dinámica - SSR
Continuación de la sección
Data Fetching - Next13+
Asignar tipo de datos y mostrar imágenes
Resolución de la tarea
Pensemos en componentes pequeños
Image Priority - Prioridad de carga
Next - Error Page
Rutas dinámicas - Argumentos por URL
Cargar información del Pokémon por ID
Metadata dinámica
Pantalla del Pokemon
Depurar código - Breakpoints
Not found Page - 404
Observaciones finales
Código de la sección
Incremental & Static Generation
Generación estática y Revalidación
Consideración importante
Tarea - Generación estática
Revalidación - Sin Fetch API
Global State - Redux y LocalStorage
Antes de comenzar - Materiales adicionales
Continuación de la aplicación
Instalación y configuración de Redux Toolkit
Counter Slice
Exportando redux toolkit hooks
Counter Reducer y acciones
Server al client state
Tarea - Store, Props y Links
Solución de tarea
RESTful Api - Get Counter
Valor del counter desde API
Estado Global - Favoritos
PokemonSlice

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Es un curso que se enfoca en el desarrollo de una tienda online con Next.js, cubriendo aspectos como el manejo de productos, pagos y optimizaciones para SEO
Utiliza TypeScript en un 95%, lo que refuerza las habilidades en este lenguaje cada vez más demandado en la industria
Incluye múltiples ejercicios y tareas, brindando a los estudiantes oportunidades prácticas para aplicar los conceptos aprendidos
Cubre una amplia gama de temas relacionados con Next.js, desde la configuración inicial hasta técnicas avanzadas como Next Middleware y API personalizadas
Requiere conocimientos básicos de React, lo que implica que los estudiantes deben tener cierta familiaridad con el framework antes de comenzar el curso
El curso no aborda en profundidad otros frameworks o bibliotecas populares para el desarrollo de interfaces de usuario en React, como React Query o Redux

Save this course

Save Next.js: El framework de React para producción to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Next.js: El framework de React para producción. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Next.js: El framework de React para producción will develop knowledge and skills that may be useful to these careers:
React Developer
A React Developer is a software engineer who specializes in building user interfaces using the React JavaScript library. Through this course, you will not only learn how to build a production-ready React application using Next.js, but also how to integrate things like authentication and payment processing in addition to working with RESTful APIs.
JavaScript Developer
A JavaScript Developer is a software engineer who specializes in developing web applications using the JavaScript programming language. This course will teach you how to use JavaScript in a professional setting. You learn how to build large, production-ready applications.
Full Stack Engineer
A Full Stack Engineer can work on both the front end and back end of a website or web application. They have knowledge of both the client-side and server-side development process. This course can provide the foundation that you will need to enter this career. The section on Next.js middleware is a must, as middleware is a core aspect of full stack development.
Web Developer
Web Developers build websites and web applications. Typically, their role is focused on the front end. This course will teach you everything you need to know to work on the front end, but will also dive into back end concepts as well, making you a well-rounded web developer.
Software Engineer
Software Engineers apply engineering principles to the design, development, deployment, and maintenance of software systems. This course can provide a strong foundation for anyone looking to start their career in software engineering. It will help you to master a modern web development framework that many large software organizations use.
Front-End Engineer
A Front End Engineer is tasked with making websites and web applications that are engaging, visually-appealing, accessible and user-friendly. Their role is to implement the User Interface (UI) and User Experience (UX) that has been designed in collaboration with the design team. This course's focus on advanced web design using Next.js can aid you in this role, especially with the hands on experience you will gain from creating multiple projects.
Node.js Developer
A Node.js Developer is a software engineer who specializes in developing server-side web applications using the Node.js JavaScript runtime environment. This course may be helpful for aspiring Node.js Developers that want to expand their skill set into front end development, using Next.js, which is one of the most popular React frameworks.
UI/UX Designer
A UI/UX Designer is responsible for designing the user interface and user experience of websites and web applications. This course may be helpful for UI/UX Designers that want to learn more about how to build their designs using modern web development frameworks.
Product Manager
A Product Manager is responsible for managing the development and launch of new products. This course may be helpful for aspiring Product Managers that want to learn more about the technical side of product development.
Technical Writer
A Technical Writer is responsible for writing documentation for software products. This course may be helpful for aspiring Technical Writers that want to learn more about the technical side of software development.
Computer Science Teacher
A Computer Science Teacher is responsible for teaching computer science to students. This course may be helpful for aspiring Computer Science Teachers that want to learn more about the latest web development technologies.
Data Scientist
A Data Scientist is responsible for collecting, analyzing, and interpreting data. This course may be helpful for aspiring Data Scientists that want to learn more about the technical side of data science.
Database Administrator
A Database Administrator is responsible for managing and maintaining databases. This course may be helpful for aspiring Database Administrators that want to learn more about the latest database technologies.
Information Security Analyst
An Information Security Analyst is responsible for protecting an organization's computer systems and networks from security threats. This course may be helpful for aspiring Information Security Analysts that want to learn more about the latest web development technologies.
Project Manager
A Project Manager is responsible for planning, organizing, and executing projects. This course may be helpful for aspiring Project Managers that want to learn more about the latest project management techniques.

Reading list

We've selected two books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Next.js: El framework de React para producción.
Comprehensive guide to building fullstack React applications. It covers everything from the basics of React to advanced topics such as Redux, GraphQL, and server-side rendering.
Provides a comprehensive overview of React, covering everything from the basics to more advanced topics such as Redux and GraphQL. It's a great resource for anyone who wants to learn how to build React applications.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Next.js: El framework de React para producción.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser