# Lunes 2024/12/02 semana B
# Estado de las entregas
# 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
# Temas que veremos en clase
Veremos los siguientes temas:
- Dynamic MDX with Nextra
- Server Side Nextra
- Useref in React
- Nextra
- Functional Components Life Cycle and the useEffect Hook (PL notes)↗
- Introduction to React (useState, useEffect)
- getStaticProps at PL notes↗
- Reading Getting Started with NextAuth.js
- 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)