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

Break components into separate modules #7

Open
desmondmorris opened this issue Mar 18, 2015 · 2 comments
Open

Break components into separate modules #7

desmondmorris opened this issue Mar 18, 2015 · 2 comments

Comments

@desmondmorris
Copy link
Member

I think we may want to break the individual components into separate modules. This way when building user land extensions, we can extend the existing classes. In order to do this now, we would need to pull down the main library, which may prove expensive as this project matures.

@jfexyz
Copy link
Contributor

jfexyz commented Mar 18, 2015

Are you talking about the components in the ferry package? I'm not sure they need to be broken out. We'll definitely want to extend classes in userland, but requiring the ferry package can just be the way to do that.

I was trying to do just this last night (class extension), but was having troubles. I think it was babel-related however, as that adds some complexity to our module structure I haven't quite figured out yet.

@desmondmorris
Copy link
Member Author

Yeah exactly. I guess I am just worried about requiring the full lib within the extensions. It may not be a problem though.

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

2 participants