Just finished the intuition phone interview with a nice person from India. We discussed past projects for the first half-hour, delving deep into them. In the second half-hour, we worked on a small problem.
The problem was within a Page component containing many independent small Widget components. The requirement was that when any Widget component makes a network call, the Page component should only display one loading spinner.
Seeking advice.