I am developing an application in Weex using Vue.js.
I am trying to build a list
component and I was going through the document and in there, there are component which I can use.
<list>
<recycle-list>
I couldn't figure out the difference between two as under the hood how do they differ? It could be inffered that <recycle-list
is more efficient than using a <list
but the reason is no where mentioned.
Also <recyle-list>
does not work on web but it works fine on mobile application. What is the reasoning behind that?