|
|
|
|
|
by realharo
3219 days ago
|
|
So how do you deal with UI containers that don't really care about most of the state, but still need to pass it on to their child components? It sounds like tracking this by hand ("what is needed where") could get messy, though I don't have experience with this approach. |
|
That's more or less the questions that they were asking in 1995 when they made the design patterns and conceived dependency injection.