How to use the etch.render function in etch

To help you get started, we’ve selected a few etch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github TypeStrong / atom-typescript / dist / main / atom / views / simpleSelectionView.js View on Github external
                elementForItem: (item) => etch.render(itemTemplate(item, select)),
                filterKeyForItem: (item) => `${item[itemFilterKey]}`,
github TypeStrong / atom-typescript / lib / main / atom / views / simpleSelectionView.tsx View on Github external
        elementForItem: (item: T) => etch.render(itemTemplate(item, select)) as HTMLElement,
        filterKeyForItem: (item: T) => `${item[itemFilterKey]}`,

etch

Perform virtual DOM updates based on changes to a data model.

MIT
Latest version published 4 years ago

Package Health Score

53 / 100
Full package analysis