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
{{ message }}
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
Editing is fun; but deleting often requires confirmation. I would suggest to show the real power of sagas, and add a deleteTodo saga that takes a user confirmation before deleting anything.
Editing is fun; but deleting often requires confirmation. I would suggest to show the real power of sagas, and add a
deleteTodosaga that takes a userconfirmationbefore deleting anything.Something like:
Bonus; race against a timeout to force the user to 'confirm' before
xseconds.