Click HereWhen a react context updates, all components that use that context also update. This would cause huge performance issues if all components with react-redux’s useSelector re-rendered each time any part of the redux store changed. So how does useSelector work?The accepted solution seems being “split your state into separate contexts”,