Skip to content

Instantly share code, notes, and snippets.

@daKmoR
Created February 18, 2020 12:24
Show Gist options
  • Save daKmoR/12bca1b126b92df8abbd6f03ad8be8a7 to your computer and use it in GitHub Desktop.
Save daKmoR/12bca1b126b92df8abbd6f03ad8be8a7 to your computer and use it in GitHub Desktop.
Markdium-What is a Mixin?
import { dedupeMixin } from '@open-wc/dedupe-mixin';
export const MyMixin = dedupeMixin(
superclass =>
class MyMixin extends superclass {
// your mixin code goes here
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment