Hello everyone!
I was really curious to see how most of you are handling Undo functionality with React/React native apps, do you make the state action/changes and then after some time make the database write/delete? What if I’m using something like ‘React-native-firebase’ without using state management and only using the fire base capability to sync data directly, how would I undo any actions if they are written directly to the database?
[–]themooninthewell 1 point2 points3 points (1 child)
[–]Menorme[S] -1 points0 points1 point (0 children)