Hi guys I just want to ask if is it possible to pass state from one live-view to another live-view?
for example, I want to pass the total quantity and amount to a live view. and after that in the that live-view I will pay for it base from the amount.
I am quite new to live view and exploring some features of it. Thanks guys for your help.
Yes, look into using Phoenix PubSub.
1 Like
Thanks @andreaseriksson