Replies: 1 comment
-
You should this in the component itself |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project where I need to make an API call and pass the status from that call to a selected component in the GrapesJS editor.
Current Approach
I'm trying to update a selected component with data from an API call. Here's the current code I'm working with:
Is this the correct way to update a selected component with external data in GrapesJS?
Are there any best practices or alternative methods for integrating external API data with specific components in GrapesJS?
@artf
Beta Was this translation helpful? Give feedback.
All reactions