datascript-chat icon indicating copy to clipboard operation
datascript-chat copied to clipboard

Improve performance

Open frankiesardo opened this issue 11 years ago • 0 comments

By adhering to shouldComponentUpdate rendering time is consistently cut by X2 X2.5. The trick is not to pass the entire db to the component but to abstract the model via a ui data structure optimised for rendering.

Has the side benefit of removing some query clutter from the components.

frankiesardo avatar Jan 04 '15 10:01 frankiesardo