CodeForPhilly / CodeForPhilly/stately
Anchor tags are triggering full reload
未关闭
- 主要语言
- Python
- 星标
- 22
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
It appears the `href.js` handler is not handling the `` clicks, so it's triggering a full reload, and thus the `onload` callback and associated fetches. Not a big deal, but unnecessary fetches.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先阅读 href.js 处理程序,并在应用程序中重现一次 anchor 点击。检查该点击是否会导致完整重新加载,从而调用 onload 回调和相关的 fetches。完成的标准是:处理 anchor 点击时不会发生不必要的重新加载和 fetches。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100