Replies: 1 comment
-
|
#69 made it reality... so damn powerful to have this feature! |
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.
-
In many places within your component, you can emit event for other components to listen for. These events are in a way the same as observer event. So, you basically mark a point where something happened like "shipping_address_saved". This can be an emit, so other component can respond on that by e.g. refreshing themselves. But maybe you also want to trigger something within Magento. In such a case, you would also need to write an additional dispatch.
Beta Was this translation helpful? Give feedback.
All reactions