I have a "user" class which contains a status attribute, I want to display this attribute in a dashboard. when the backend changes this attribute I want the frondEnd to display the new value directly without reloading the page . I use Spring and React
You can use a pub-sub mechanism to achieve this. for example, a kafka topic can be used to sync your changes with the front end.