As mentioned in the top answer, if you want to share state between different components, you should lift the state up to their common parent. https://github.com/houpjs/houp can help you implement this quickly.
see the example in CodeSandbox