Hi All,
Please help me out, I am new to camunda-ui-react.
I am writing a camunda plugins (react) , where few of the plugins are using the same api to fetch the data, Is there a way I can communicate between the plugins to share the data among each other. So I can avoid duplicate calls.
Thanks