Hacker News new | ask | show | jobs
by tim1994 117 days ago
With signals you can avoid the prop drilling. I think signals can help a lot with this approach
1 comments

I think the parent wants to separate the V from the M/C. If you smuggle signals inside of components to avoid prop drilling, you would be coupling the M/C and the V. I suppose that's not what the parent has in mind.