-
Notifications
You must be signed in to change notification settings - Fork 255
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
Asynchronous/dynamic loading of components? #335
Comments
Yep that's actually the whole point ;) You can even define multiple endpoints or 'sources' where components van be
|
Yeah, but is it really the case once the app is built for production? It looks like in the end all the components get concatenated/optimized in a single file (including those "component sources"). What would be the API method in Aura to download and "start" a component on demand? I see two methods in the docs: the first "markup" method won't work after the app has already started (injecting an element with the |
Actually you dont have to build your components into a single file for On Thu, Jan 30, 2014 at 5:20 PM, Zeno Crivelli [email protected]:
|
Can an Aura component be loaded dynamically (like say the chat widget in Gmail as Addy explains in this video) ?
Or are all components loaded on app.start?
The text was updated successfully, but these errors were encountered: