React Element Selector Query (RESQ) - Query React components and children by component name or HTML selector
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
RESQ is a library that enables querying React components and their children using selectors similar to CSS `querySelector` and `querySelectorAll`, but operating on the React VirtualDOM. It provides functions like `resq$` and `resq$$` to select single or multiple components by name, with support for wildcards, async selection, and filtering by props or state. This tool is ideal for developers testing or debugging React applications who need to inspect component hierarchies without manually traversing the DOM.