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
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...
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.
The text was updated successfully, but these errors were encountered:
cli
orweb
ornested
, etc...The text was updated successfully, but these errors were encountered: