As you know in order to share common state among React components you need a framework like Redux or need to rely on other hard to learn technique. Here I am going to discuss with examples on how to share a global value or set of values (Common Store) among all react components. Every value