A collection of my blog posts related to software development.
Ctrl + K
•
•
•
Sorting and Filters
•3 min read
Published
Fixing Event Propagation Issues with shadcn Dialog Inside Next.js Links
Learn how to fix the frustrating issue of shadcn Dialog components triggering unwanted navigation when placed inside Next.js Link components, using a reusable PropagationStopper component.