Offline Storage with Ionic React?

Reading through the Ionic documentation it appears that the Offline Storage capacitor plugin first requires cordova to be installed (https://ionicframework.com/docs/enterprise/offline-storage). But Cordova is not supported in Ionic React yet. What is Ionic suggested way to implement offline storage in an Ionic React app? Please help. Thanks!

https://capacitor.ionicframework.com/docs/apis/storage/

Works on web too (React etc).

1 Like

Thank you so much! Are there other non-Ionic APIs that would work with Ionic React as well such as PouchDb or SQLLite? The reason I ask is that Ionic documentation states “this API is not meant for high-performance data storage applications” so I was wondering what solution work best in this case. Thanks again!

No clue
Native file storage API?

1 Like