You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: