admin管理员组文章数量:1355713
I'm using react mui + redux to build a grid with "load more" functionality to show some data to the client. I store all the data in redux.
In the initial load it's ok, however after clicking several times on "load more" button, it starts to show latency in the events. For example, when I click on the 3 dots icon button, it takes 2-3 seconds until it responds (it opens a modal).
To solve this issue, I've tried using react-window to show grid results, but, it didn't solve this issue.
Any idea what to do?
An image to show this issue
本文标签: reactjsReact latency with rendering componentsStack Overflow
版权声明:本文标题:reactjs - React latency with rendering components - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743987214a2571485.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论