Amplify DataStore provides a persistent on-device storage repository for you to write, read, and observe changes to data if you are online or offline, and seamlessly sync to the cloud as well as across devices.
It is free, open source, and supported by the AWS Amplify team, and I wanted to show you how easy it is to use it to add realtime, offline first CRUD features to your app! We'll use React in this example, but you can easily use this guide for adding realtime, offline-first CRUD to an app built with any framework.
Sample code and guide: https://dev.to/swyx/realtime-offline-...
Twitter: https://twitter.com/swyx/status/12936...
Docs: https://docs.amplify.aws/lib/datastor...