Запитання 5
Why shouldn't sensitive clinical/PHI data be persisted via `redux-persist` using its default storage engine in a healthcare RN app?
Варіанти відповідей
redux-persist cannot serialize nested objects
The default storage engine is AsyncStorage, which stores data unencrypted on the device
redux-persist only works with class components, not hooks
redux-persist requires a paid license for production apps