# Lunes 2024/12/09 semana C
# Estado de las entregas
# Deploying to Vercel from an organization for free using GitHub actions
Rebeca Recommendations:
- Deploying to Vercel from an organization for free using GitHub actions (opens new window)
- Nextjs CI/CD on Vercel with Github actions (opens new window)
- Next.js: Deploying to vercel with 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
# Temas que veremos en clase
Building ...
Veremos los siguientes temas:
- Reading Getting Started with NextAuth.js: Middleware
- Building a Protected Dynamic mdx page with Nextra at Client Side Rendering Time
- Passing Information to getStaticProps
- 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)