Concept was based on this repository -> https://github.com/diegohaz/constate
- this pattern contains global state similar to Redux, it can be easily scalable
- no NPM dependency to handle data management (just two files that holds all the logic)
- clean and simple
- just functions (simple testing)
If you have other/better ideas, feel free to submit an issue