How components are being loaded?
How the clientLib works? Why do styles and js are being minified?
How dependecies are being loaded?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Some resources from Adobe docs are below -
How components are being loaded? - https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/com...
How the clientLib works? How dependecies are being loaded? - https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/int...
Why do styles and js are being minified? - There is a configuration called Adobe HTML Library Manager which is responsible for minification. - https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/int...
AEM projects can be implemented using both headless and headful models. Please refer below -
For resources related to AEM components it is recommended to go through adobe docs. There is a detailed explanation how clientlibs, components rendered on the page -
https://medium.com/@toimrank/aem-clientlibs-css-and-js-6fda52c4e26f
If you want to develop front end project using AEM archetype using webpack -
https://medium.com/@toimrank/aem-ui-frontend-module-complete-guide-265175c540b0
Hope this helps
Thanks
Hi @donquixote_dofl,
To understand the AEM on-premise frontend, focusing on component loading, ClientLibs functionality, and minification of styles and JavaScript, you may consider these resources:
Foundation Components: Learn about the modular nature of AEM components and their role in content presentation Read more.
Component Development: Explore the management of CSS and JavaScript in AEM, including client library organization and dependencies Read more.
Client-Side Libraries: Understand how clientlibs aggregate CSS and JS for efficient delivery in AEM Read more.
Front-End Workflow: Learn about deploying and managing CSS and JS using client-side libraries and webpack in AEM Sites Read more.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies