the component will perform a new request. ```marko <micro-frame src="my-nested-app?${input.params}" /> ``` ### Client side rendered updates The component exposes an API on the client side that allows you to communicate with the child. This can be done by getting a reference to the `micro-frame` component, and calling the exposed methods. ```marko import { microFrame } from "@micro-frame/marko"; // In this example we have an embedded application that can // be controlled by buttons in the host application. <micro-frame src="my-nested-app" // This is a component level reference that allows us to get a reference to the client side component // See: https://markojs.com/docs/core-tags/#component ref="my-micro-frame" > <@loading> We're still loading... </@loading> </micro-frame> <button on-click("loadData")>Load data</button> <button on-click("refreshData")>Refresh data</button> <button on-click("toggleModal")>Toggle modal</button> // This is called from the button click handlers above function callChild(method, args) { const microFrame = this.getComponent("my
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.