Next.js
- From what i expect from exposés on technologiesGo to text →
- Getting started/How to use instructions
- How is Next.js different from React.js?
- https://www.toptal.com/next-js/next-js-vs-react
- TypeScript
- NextJS playground
- UI: Radix
- UI: Animations
- From what i expect from exposés on technologiesGo to text →
- Brief walk-through of internals/architecture/patterns/best practices
- Internals: Caching
- Internals: App Router
- Internals: Pages Router
- Internals: Rendering; server-side rendering
- Internals: Data Fetching
- Internals: Optimizations
- From what i expect from exposés on technologiesGo to text →
- Good-First-Issue production problems
- next bugs/gritties
- Suspense components
- How does
onBlur
work? - useRef
- next-auth
- Clerk auth
- ContentLayer: "It is a content preprocessor that validates and transforms your content into type-safe JSON you can easily import into your application." https://contentlayer.dev/docs/concepts/how-contentlayer-works-da5b2220
- how to implement viewcount for a webpage (Private)?
- Redis/serverless' Upstash, etc.
- Vercel serverless
Misc.
-
@media (prefers-color-scheme: dark)
- what is it?
Backlinks