How to use the etch.createElement 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 thomasjo / atom-latex / lib / getting-started / guide-view.js View on Github external
constructor(uri) {
    this.uri = uri;
    this.model = {
      builder: [],
    };

    etch.createElement(this);
    this.subscriptions = new CompositeDisposable();
    this.handleEvents();
    this.checkEverything();
  }

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