2wce / 2wce/react-native-for-designers
Replace Redux with context API
- Linguagem predominante
- TypeScript
- Estrelas
- 2
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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 👍🏽
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- react-native, redux, typescript
- Domínio
- frontend, mobile
- Tipo de issue
- Refatoração
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100