My MobX code performs better than my Redux code. Is there anything I can do to close the gap? #4294
Unanswered
jacqueslenormand
asked this question in
Help
Replies: 1 comment 5 replies
-
A few thoughts:
Do you have an actual real-world issue you're trying to address, or just the artificial benchmark? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote some code to render 30000 text areas in mobx and and in redux. The mobx code rerenders the UI very quickly, whereas the redux version is laggy. Is there anything I can do to improve the performance of my redux code?
Here's the redux code:
Beta Was this translation helpful? Give feedback.
All reactions