avinash201199/MemeGenerator

Enhance Back Button: Navigate to Previous Page Instead of Home

开放

#119 创建于 2025年10月17日

 (0 条评论) (0 个反应) (1 位负责人)JavaScript (57 个派生)auto 404
hacktoberfesthacktoberfest-accepted

仓库指标

星标
 (24 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

📌Feature Improvement: Enhance Back Button UX

Currently, the Back button redirects users to the Home page. I would like to propose an improvement where clicking the Back button takes the user to the previous page using browser history (navigate(-1)), which provides a more natural and user-friendly navigation experience.

Why This Improvement?

  • Better UX when users come from pages like History or Dynamic.
  • Aligns with typical “Back” behavior in web apps.
  • Does not affect existing routes or features.

贡献者指南