dramaling-vocab-learning/frontend/app/review-simple
鄭沛軒 914c981c4b refactor: 優化 review-simple 狀態管理架構
- 使用 useMemo 優化排序計算性能
- 創建 useReducer 統一狀態管理
- 抽離自定義 Hook useReviewSession
- 優化卡片查找邏輯,使用 Map 替代 findIndex
- 簡化 data.ts,移除過時的狀態處理函數
- 清理 CardState 接口,移除計算屬性

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-04 23:02:54 +08:00
..
components feat: 完善延遲計數系統可視化 + Skip翻卡重置 2025-10-04 20:36:58 +08:00
hooks refactor: 優化 review-simple 狀態管理架構 2025-10-04 23:02:54 +08:00
data.ts refactor: 優化 review-simple 狀態管理架構 2025-10-04 23:02:54 +08:00
globals.css feat: 實施極簡MVP複習功能 + 成功復用現有精美設計 2025-10-03 17:29:52 +08:00
page.tsx refactor: 優化 review-simple 狀態管理架構 2025-10-04 23:02:54 +08:00