zalmoxisus/redux-devtools-extension

Optimize `ngrx/store-devtools`

开放

#314 创建于 2017年2月25日

 (14 条评论) (0 个反应) (0 位负责人)JavaScript (1,011 个派生)batch import
discussionhelp wanted

仓库指标

星标
 (13,456 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

@heymp found an interesting issue the other day. We've built an Angular2 based collaborative one-page app that lets people post images and then comment on them. Nothing crazy. Well, we started to notice if we throw like 100+ objects to present on the UI that the first load is fine, but any change to any object after that causes the app to run horrifically slow to the point of being unusable.

I was told on twitter to post here so not complaining just didn't realize this was what was happening and poor @heymp refactored our whole app to no avail till he realized it was the plugin.

贡献者指南