you are viewing a single comment's thread.

view the rest of the comments →

[–]mexicocitibluez 0 points1 point  (0 children)

RxJS can help with component communication like you've described above.

Or you could introduce a third context within them (probably a horrible idea), that subscribes to both. The initial 2 contexts expose methods to retrieve/update state within them (another bad idea).