jukrb0x / taskhorizon

Todo evolved.
https://taskhorizon.vercel.app
GNU Affero General Public License v3.0
0 stars 0 forks source link

Redo Stack on client #32

Open jukrb0x opened 1 year ago

jukrb0x commented 1 year ago

Visualization performance on action

  1. add this action to action stack, pending status
  2. add todo to the local store
  3. Promise return successful, update stack status to success
  4. Promise return failed, update stack status to failed
  5. if failed, remove todo from local store
jukrb0x commented 1 year ago

SWR + atomic server APIs could satisfy current needs, we leave this brilliant idea here for Redo actions, a vital feature coming soon.