DEV Community

Discussion on: Redux VS React Context: Which one should you choose?

Collapse
 
buka4rill profile image
Ebuka Abraham

I had the same problem implementing Context API and useReducer with Typescript in a React Native app, because there wasn't too much information on how to do it properly. But I figured it out after an intense amount of research. I might write an article on how I did it.