How to refresh a component from another component ? #787
Unanswered
CedricRaison
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, documentation:
it helps to observe the Dev-Tools > network console of your browser to see, what is happening. Investigate the XHR calls (requests) and response data that are received |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
ListPostViewcomponent which list my posts.I have another component which is a form to create a new post.
I would like after saving a new post to refresh my
ListPostViewto display my new post.Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions