📡 A React useReducer() hook whose dispatcher supports thunks à la redux-thunk.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
react-hook-thunk-reducer is a React hook that extends useReducer() to support thunks, similar to redux-thunk. It allows developers to write action creators that return functions instead of plain actions, enabling conditional and asynchronous dispatches based on the current state. This library is ideal for React developers who want to incorporate thunk-based state management patterns into their functional components using hooks.