aboudicheng / use-optimistic-reducer

⏱️ React reducer hook for handling optimistic UI updates and race-conditions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to prevState

aboudicheng opened this issue · comments

  • Provide prevState as an argument of fallbackAction, so that the state can be reverted in case of a fallback.

  • No need to dispatch the returned action from fallbackAction