Convert HTML attribute names to React props
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
react-attr-converter is a utility library that converts HTML attribute names to their corresponding React prop names, such as converting 'class' to 'className' and 'onclick' to 'onClick'. It's designed for React developers who need to transform HTML attributes into React-compatible props, particularly when working with libraries or tools that generate HTML attributes.