This is a very simple (but smart) implementation of a reactive store used in
a react app.
The components are linked to the store, and automatically re-rendered when the data they need (only) is
updated.
Check out the source code !