You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presentation1.pptx
In MSD we tried to do a POC using documentation around Merative spm ui addon development environment [https://merative.github.io/spm-ui-addon-devenv/overview].
We have used an edit renderer for one of the UIM field.
When screen with edit renderer loads, we have observed that it takes significant time to display the react js UI component. We have attached the power point presentation with screen capture for reference.
Can we reduce this time interval in loading the reactjs ui component ?
If yes, please provide us with howto's.
The text was updated successfully, but these errors were encountered:
This issue can be closed now.
We had missed a key detail on rendering react component part. The issue got resolved after closing the gap identified.
We were using same facade method to consume graphql data and render the reactjs component due to which the application was facing performance issues.
Later we identified that we would need to create two facade methods, one for graphql and another to just handle the view renderer component to render reactjs.
Presentation1.pptx
In MSD we tried to do a POC using documentation around Merative spm ui addon development environment [https://merative.github.io/spm-ui-addon-devenv/overview].
We have used an edit renderer for one of the UIM field.
When screen with edit renderer loads, we have observed that it takes significant time to display the react js UI component. We have attached the power point presentation with screen capture for reference.
Can we reduce this time interval in loading the reactjs ui component ?
If yes, please provide us with howto's.
The text was updated successfully, but these errors were encountered: