A custom React Hook that persist state from useReducer 💾
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`use-persisted-reducer` is a React Hook utility that creates a persisted version of the standard `useReducer` hook, automatically saving state to localStorage (or a custom storage provider) so it survives page refreshes. It's designed for React developers who want to maintain state consistency across sessions without manually implementing persistence logic. The library is particularly useful for applications like counters, form states, or any component where maintaining user progress between visits enhances the experience.