shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Assess whether ListView needs to support multiple templates in practice #6

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago

I found that there were very good reasons for this, despite the power of React in reconciling DOM trees. In short, it reduces the amount of reconciliation payload.

Brilliant write-up on the benefits of item templates here: https://medium.com/@alexander.vakrilov/faster-nativescript-listview-with-multiple-item-templates-8f903a32e48f