datascript-chat
datascript-chat copied to clipboard
Improve performance
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.