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