What is the idea container object which is passed in the initialize() callback. It is often seen in the codebase like “Discourse.container”?
Is it like a global object which keeps the information stored in the frontend?
What is the idea container object which is passed in the initialize() callback. It is often seen in the codebase like “Discourse.container”?
Is it like a global object which keeps the information stored in the frontend?
Ok, lo entendí hasta cierto punto. Es un objeto de Ember que almacena información sobre la aplicación.
Además, encontré: discourse/app/assets/javascripts/discourse/pre-initializers/inject-discourse-objects.js.es6
que “inyecta” información específica de Discourse en el contenedor.
Sería interesante si alguien pudiera ampliar esto.. ![]()