liknenS
liknenS
Have somebody solution?
I have more than 1000 components with useContextSeletor. Any changes in context value trigger call render function of all components. Even if it doesn't cause effects and update the DOM(only...
one more example - symetric updates states + calc render time, 1000 nodes: https://codesandbox.io/s/muddy-bush-ndqqwg?file=/src/App.js stats: ``` change: 100 aRender: 206000 aEffect: 2200 aTime: 321.1000003814697 bRender: 2400 bEffect: 2200 bTime: 11.500000953674316...