When it comes to sharing the state between different components in React you may face a difficult decision. What to choose: prop drilling, Context Provider, third-party library like Redux? The latest may be a better option. But if you are not in the mood to mess up with all of…