Hey guys!
I'm creating comment section based on Youtube one. I created additional dialog component with options Edit / delete comment.
I was thinking about having bool component state on comments page, and from that dialog I would set this bool, which would open comment component.
However, doing that I realized that passing states up is not so easy here in FF.
Do You guys have any idea how to implement that? Maybe totally other way that one I suggested?
Thanks for all ideas!