# Lunes 2024/12/16 semana A (Suspendida)
# Anuncio
La actividad académica ha sido suspendida
Ante la situación de alerta máxima por viento que ha originado que se suspenda toda la actividad académica y extra académica para mañana lunes en la Universidad de La Laguna, la última clase del cuatrimestre, la del lunes 16 de diciembre queda suspendida.
Les animo a que lean el material de esta clase e incorporen en la práctica NextAuth los ejemplos que se proponen en esta lección.
Agradecimiento y despedida
Muchas gracias por este trimestre. He disfrutado mucho compartiendo el proceso de aprendizaje con ustedes. Seguimos en contacto via GH, incidencias, el campus virtual y el correo electrónico.
# Estado de las entregas
# Deploying to Vercel from an organization for free using GitHub actions
# Labs que veremos en clase
# Extra requirements for labs
- Add examples of
useRef
for the lab nextauth - Add an example of
serverSideProps
fetching data - Add an example of pagination
- Add an example of dynamic markdown page
- Add a live component
- Add an example of passing information to getStaticProps
- Deployment to Vercel if possible using the GitHub Actions
- Mention in your report the meaning of the information provided by
next build
- Build your own mdx /posts and give them an style compatible with nextra
# Temas que veremos en clase
Veremos los siguientes temas:
- Dynamically read and process a MDX File
- Live Components
- Building the site
- Next.js: Deploying to vercel with GitHub Actions
- Passing Information to getStaticProps
- Incremental Static Regeneration
- The app directory vs. the pages directory
- Building a Protected Dynamic mdx page with Nextra at Client Side Rendering Time
- Dynamic MDX with Nextra
- Server Side Nextra: getServerSideProps
- Useref in React
- Nextra
- Functional Components Life Cycle and the useEffect Hook (PL notes)↗
- Introduction to React (useState, useEffect)
- getStaticProps at PL notes↗
- PL Notes: Auth.js tutorial for Nextra and Next.js with GitHub↗
- Web Development with Next.js
- Nextra as an example of a monorepo
- Stale While Revalidate (SWR)