pages.til.subtitle

Learned about best practices for using React hooks, including the dependency array in useEffect and custom hooks for reusable logic.
Learned about best practices for using React hooks, including the dependency array in useEffect and custom hooks for reusable logic.
Explored TypeScript utility types like Partial, Pick, Omit, and Record. These types help create derived types from existing ones.
Studied the new App Router in Next.js 13+. It provides a new way to handle routing with nested layouts, loading states, and error boundaries.
Practiced using CSS Grid for complex layouts. Grid is powerful for two-dimensional layouts with rows and columns.
Deepened understanding of JavaScript Promises and the async/await syntax for handling asynchronous operations.