react-trello
react-trello copied to clipboard
Question: Is there a way to disable the use of redux?
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?
Nothing? 😭
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