Start your All-Access Pass to unlock this challenge
Which of these is NOT a reason to consider breaking a component into smaller sub-components?
Part of the component has a special functionality/logic.
Part of the component needs to be reused in other parts of the application.
Extracting part of the component will make its footprint smaller.
Extracting part of a template into a sub-component will make it easier to read and understand.