react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

Question: Is there a way to disable the use of redux?

Open cmacdonnacha opened this issue 5 years ago • 2 comments

I would like to manage my own state and just update the data prop which is passed in the board myself. Having redux and my own state is causing performance issues. Is there a way to do disable redux?

cmacdonnacha avatar Dec 28 '20 22:12 cmacdonnacha

Nothing? 😭

cmacdonnacha avatar Jun 06 '21 23:06 cmacdonnacha

Have the same problem. In my redux store I have list of task. If tasks 100+ on the board it looks like all board rerender after one task data changed

parenyukln avatar Jun 21 '21 12:06 parenyukln