5 pointsby thegeomaster15 hours ago1 comment
  • bhargav6 hours ago
    One UX concern: the app appears to push multiple entries into the browser history without meaningful route changes. This makes the back button require stepping through redundant states before returning to the previous site.

    That behavior breaks expected browser navigation and can feel like back-button hijacking, which is generally considered a UX anti-pattern. It would be better to push history state only at meaningful navigation boundaries.

    Sharing this in the spirit of constructive feedback.