Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个单页应用程序。布局的一部分在十个不同的视图之间切换。在任何给定时间只需要一个视图。
让十个视图全部存在并且它们可以根据需要渲染和隐藏自己,或者视图一次只存在一个并且渲染/隐藏步骤也会创建和销毁它们,是不是更好?
谢谢!
假设您可以相当快地重新创建视图,销毁未显示的视图将为您提供更好的性能,尤其是在移动设备上。