Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use higher-level classes #91

Closed
yuchi opened this issue Apr 16, 2015 · 6 comments
Closed

Use higher-level classes #91

yuchi opened this issue Apr 16, 2015 · 6 comments

Comments

@yuchi
Copy link
Contributor

yuchi commented Apr 16, 2015

export default function MetaDisposable(parent) {
  return class Disposable extends parent {
    // …
  }
}
@yuchi
Copy link
Contributor Author

yuchi commented Apr 16, 2015

import Component from '...';
import Disposable from '...';
class MyDisposable extends Disposable(Component) {
  // …
}

@eduardolundgren
Copy link
Contributor

Which one are you suggesting?

@yuchi
Copy link
Contributor Author

yuchi commented Apr 17, 2015

The first one is the definition the second one how you use it.

@mairatma
Copy link
Contributor

mairatma commented Jul 5, 2016

This issue was moved to #13

@mairatma mairatma closed this as completed Jul 5, 2016
@mairatma
Copy link
Contributor

This was moved back

@mairatma mairatma reopened this Jul 21, 2016
@yuchi
Copy link
Contributor Author

yuchi commented Jun 21, 2017

Close for inactivity :)

@yuchi yuchi closed this as completed Jun 21, 2017
jbalsas added a commit that referenced this issue Jan 18, 2018
Regen package-lock.json file (updates electric-marble-components)
jbalsas added a commit that referenced this issue Jan 18, 2018
Merge pull request #91 from Robert-Frampton/portal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants