Fundamentos
Next.js El futuro del Desarrollo Web
Novedades de Next.js 15
Migración de una APP a Next.js 15
Haciendo tu proyecto más rápido
RSC: Refactorizando un componente cliente a servidor
Cómo usar React Server Components con PostgreSQL sin un ORM
Consumiendo datos de manera eficiente
Consumiendo datos desde el servidor en Next.js 15
Consumiendo datos desde el cliente con React Query en Next.js 15
Patrones de Diseño: paralelo, secuencial y preload en Next.js 15
Uso avanzado de Suspense con Streaming rendering en Next.js 15
Escalabilidad y personalización
Internacionalización avanzada: rutas dinamicas y middlewares
Internacionalización avanzada: diccionario de traducciones
Autenticación: Middleware en Next.js para validar sesiones
Autenticación: Cookie sessions Next.js
Feature Flags LaunchDarkly en Next.js 15
Manejo de errores en React Server Components y Next.js
Manejo de errores y observavilidad: Integración con Sentry
Características Adicionales y Herramientas
Sistemas de caché en Next.js 15
Seguridad y buenas prácticas con Next.js
Seguridad y buenas prácticas: cookies, jwt y encriptación
Auditoria de performance en Next.js 15
Despliegue en Producción con Vercel
Despliegue en Fly.io: Preparación de Base de Datos
Despliegue en Fly.io: Despliegar Next.js en nuestro propio servidor
Next.js 15 el futuro del Desarrollo Web
You don't have access to this class
Keep learning! Join and start boosting your career
With a well-designed internationalization strategy, it is possible to improve the user experience by adapting the content of a web page according to its language and locale. This approach optimizes resources and simplifies translation management by dynamically loading data from the server.
/en
or /es
.t
is created that receives a key as an argument and returns the corresponding translation from a dictionary.async
and await
ensures that dictionary loading is efficient and does not block other operations.getTranslations
to format dates and numbers according to language.day/month/year
.month/day/year
.Contributions 1
Questions 0
Want to see more contributions, questions and answers from the community?