What's the memory management in ionic lists?

In a native app there’s a lot of memory management in UITableViews (using iOS as an example) such as cell recycling, etc. Is ionic doing something similar under the hood? And if so, does this extend to slide boxes? I’m creating a rather media heavy app with ionic and would like to know if I have to do any additional memory management. Thanks.

I have the same question on my mind. Any ideas, anyone?