Communicating between two (or more) sibling components
In most situations, two sibling components communicate with each other via their common parent component, especially when they share the same state. Sometimes, we do need two components to communicate without including the parent in the process.
For ...
chrisdinh.hashnode.dev3 min read