📬 Use the state management style from React class components in function components
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`react-group-state` is a React hook that allows developers to manage state in functional components using the same `setState` style from class components. It's designed for React developers who prefer the familiar class component state management approach but want to use it in modern functional components. The library provides a simple API where you can update state by passing an object or a function that receives the previous state, and optionally include a callback that runs after the state updates.