- Published on
Communication Between Independent Components in React using PubSubJS
During my adventures in learning React, I came across a particular roadblock with independent component communication. I understand how 'parent-child components' talk. The React doc's explain that pretty well. However, a place that could use an improvement is explaining with examples on how to make independent components communicate.