"Splitting UI elements per functionality" is a best practice to avoid monolithic mobile UI modules? Which of the below is not a best practice?
Screens as layouts that have placeholders and load content from blocks. The blocks come from CW modules.
Include the Common flow and Menu artifacts
Put CSS in blocks or screens. Allows better performance and seamless screen transitions
Blocks grouped in functional modules with independent life cycles
CSS should only be placed in the mobile theme module
Submit