fxos-components / fxos-fastlist

https://fxos-components.github.io/fxos-fastlist/examples
3 stars 3 forks source link

Provide a way to append to model #20

Open wilsonpage opened 9 years ago

wilsonpage commented 9 years ago

A common use-case is to append chunks to the model. If we had a list.append() API we could perform certain optimizations internally that would mean we don't have to discard/rebuild everything.

An example would be the upcoming imageCache. Right now we have to discard and image caching to be sure that we're rendering the correct content.