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

Revisit Bootstrapping and Nested Apps #48

Open
ragboyjr opened this issue Aug 30, 2017 · 1 comment
Open

Revisit Bootstrapping and Nested Apps #48

ragboyjr opened this issue Aug 30, 2017 · 1 comment
Assignees
Milestone

Comments

@ragboyjr
Copy link
Member

  1. Some bootstraps shouldn't run for nested apps
  2. We might want to have app modes that determine how bootstrap happens. Maybe add a parameter to the bootstrap func which takes in a mode like cli or web or nested, etc...
  3. It would also be great if services were registered lazily. So we wouldn't actually register service providers until bootstrap. And if we did nested apps more frequently, if you split your app into multiple parts, then it would cut down on the overhead.
@ragboyjr ragboyjr self-assigned this Aug 30, 2017
@ragboyjr ragboyjr added this to the Version 0.4 milestone Sep 6, 2017
@ragboyjr
Copy link
Member Author

I think another approach would be to utilize events to trigger certain bootstrapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant