Implementing Smooth Scroll Behavior with Tailwind CSS and NextJS
How the NextJS <Link> component handles scrolling by default interferes with Tailwind CSS smooth scrolling.
How the NextJS <Link> component handles scrolling by default interferes with Tailwind CSS smooth scrolling.
Quite often I find myself building URLs from objects, and if you're developing in JavaScript, you may find this to be a common task as well.