Im curious which of mentioned tools could be better solution for better app performance. Which of them causes less re-renders?
Looks like ContextAPI causes re-render of whole component tree if any of context state changes.
Also what about Context API + React hooks? (useReducer).
I feel that redux would perform a lot better, maybe anyone has specific numbers who is winner in this category?