2wce / 2wce/react-native-for-designers
Replace Redux with context API
未關閉
enhancement
good first issue
help wanted
- 主要語言
- TypeScript
- 星號
- 2
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
1. the tutorial uses redux which is a nice learning experience but I think it's a bit too much for this app. switching to context will mean less dependencies too 👍🏽
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The issue suggests replacing Redux with the React Context API throughout the app. First, examine the current Redux setup: look for store configuration, actions, and reducers. Identify components using Redux (like `useSelector` and `useDispatch`). Plan to create context providers and replace Redux state management. Check for any existing tests related to state to ensure the refactor doesn't break functionality.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- react-native, redux, typescript
- 領域
- frontend, mobile
- Issue 類型
- 重構
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100