You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, massive props (no that's not a react pun) on getting a new piece of tech set up and working for your project, that's a fantastic learning experience that'll help you a lot in your apprenticeships/jobs🕺
I know very little about Amplify - digging about the docs right now to see what its like.
I noticed the Amplify Datastore is client side first? Seems to save data to IndexedDB in the browser.
Just wanted to clarify whether you are aware of this and the need to sync data to a backend (if you want posts to be persistent across devices and users)
First off, massive props (no that's not a react pun) on getting a new piece of tech set up and working for your project, that's a fantastic learning experience that'll help you a lot in your apprenticeships/jobs🕺
I know very little about Amplify - digging about the docs right now to see what its like.
I noticed the Amplify Datastore is client side first? Seems to save data to IndexedDB in the browser.
Just wanted to clarify whether you are aware of this and the need to sync data to a backend (if you want posts to be persistent across devices and users)
https://docs.amplify.aws/lib/datastore/sync/q/platform/js/#existing-backend
The text was updated successfully, but these errors were encountered: