# FullStack NextJS ## 19 March 2024 - Introduction to NextJS - [x] Check familiarity with JS/TS ecosystem - [x] NextJS convention - [x] Page routes - [x] API routes - [ ] ... - [ ] Prisma - [ ] TRPC - [ ] NextAuth --- $ yarn -v : 1.22.21 --- ``` _app.tsx client <-> server reconciliation -> hydration -> /courses/:course-id - courses - [course-id] - index.tsx - courses.$course-id.tsx <- --------- { "/": (req, res) => .... "/:path": (req, res) } ```