Using components vs. frames when building variants

For the purposes of reducing the size/memory of a library file, and for maximum performance in prototypes. Is it better to use a master component inside your variants (where you hide/show layers to create the different variants) or is it better to have the contents of your variants as frames (where you can delete the layers or subcomponents that aren’t necessary for each specific variant)?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.