Hi guys,
We have deployed a community server just to use its API. Indeed, we would like to integrate a chat into our existing Angular 12 App. I successfully used the V4 Client to communicate with the server.
However, using this client means that we have to build all the logic and the UI components from scratch. I read GitHub - mattermost/mattermost-redux: Redux for Mattermost but I did not found an example or a link to a plugin to achieve this goal. Any experience or advice?
Thx