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
When AddPost action is triggered, it dispatches PostCreated event, which causes a new instance of Post component to render (thanks to generate-on) with the properties taken from the event (PostId).
The text was updated successfully, but these errors were encountered:
Make it possible to automatically produce a Hydro component when an event occurs.
Example:
When
AddPost
action is triggered, it dispatchesPostCreated
event, which causes a new instance ofPost
component to render (thanks togenerate-on
) with the properties taken from the event (PostId
).The text was updated successfully, but these errors were encountered: