Reactive store and components
When a data is updated on the store by a GET, a PATCH, a PUT or a POST, it should tell the components that are making use of that resource, so that they update their UI accordingly.
When a data is updated on the store by a GET, a PATCH, a PUT or a POST, it should tell the components that are making use of that resource, so that they update their UI accordingly.