
RNR 175: State Management In React Native
React Native Radio
00:00
React State Management - What Would You Choose?
If you had to work in a state management, how would you make a decision and what would you choose? I would probably look at where my data is coming from. Is this a healthcare app? Am I not going to be able to store data because of HIPAA? Those are all factors. Also just how big is the app? How much data are we going to be using? If it's just a few screens, then sure, we can manage state on each individual screen using hooks and contexts. But if it's bigger than that, we're probably going to want something more robust.
Transcript
Play full episode