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, ich habe es bis zu einem gewissen Grad verstanden. Es ist ein Ember-Objekt, das Informationen über die Anwendung speichert.
Außerdem habe ich Folgendes gefunden: discourse/app/assets/javascripts/discourse/pre-initializers/inject-discourse-objects.js.es6
Das „injectt