Notes on NextJS App Router Course
I recently finished NextJS's new free course to learn about the new app router. Here are my notes from going through this course: usePathname() makes it very easy to add the "Active Link" feature to your codebase. This hook returns the current pathn...
Dec 22, 20233 min read96
