Performance issues with a tree structure and shouldComponentUpdate in React / Redux

前端 未结 2 822
失恋的感觉
失恋的感觉 2020-12-24 15:41

I\'m fairly new to React, Redux and ImmutableJS, and have run into some performance issues.

I have a large tree structure of data, which I\'m currently storing as a

2条回答
  •  眼角桃花
    2020-12-24 16:01

    I just added a new example showing just that.
    You can run it like this:

    git clone https://github.com/rackt/redux.git
    
    cd redux/examples/tree-view
    npm install
    npm start
    
    open http://localhost:3000/
    

提交回复
热议问题