Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of marko-js/micro-frame

Account's avatar
npm/make-fetch-happen
Opinionated, caching, retrying fetch client
Account's avatar
marko-js/writable-dom
Utility to stream HTML content into a live document.
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
marko-js/marko
Marko template to JS compiler.
Account's avatar
marko-js/express
Render Marko templates in an express application.
Account's avatar
marko-js/testing-library
Simple and complete Marko testing utilities that encourage good testing practices.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for convert-source-map
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for diffable-html
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for express
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for istanbul-lib-instrument
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jsdom
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for make-fetch-happen
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
thlorenz/convert-source-map
Converts a source-map from/to different formats and allows adding/changing properties.
Account's avatar
rayrutjes/diffable-html
Opinionated HTML formatter focused towards making HTML diffs readable.
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
henrikjoreteg/fixpack
cli tool that cleans up package.json files.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jsdom/jsdom
A JavaScript implementation of many web standards
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
marko-js/marko
UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
dylanpiercey/mocha-snap
File based snapshotting for Mocha tests.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
microsoft/playwright
A high-level API to automate web browsers
Account's avatar
ALMaclaine/replace
Command line search and replace utility
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

DylanPiercey's profile
DylanPiercey
31 contributions
bill-min's profile
bill-min
16 contributions
vwong's profile
vwong
2 contributions
LuLaValva's profile
LuLaValva
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
marko-js

marko-js/micro-frame

A Marko tag for building SSR friendly micro frontends.

Marko
57
9
MIT License