DEV Community

Discussion on: React Context In Angular

Collapse
 
technbuzz profile image
Samiullah Khan

I kinda lost my way while going through angular implementation 😀, otherwise the approach is really good.

In addition I was involved in property drilling in one of the project, but for simple case I didn't wanted to subjects or state management library. I added one route in between and that cleared out a lot of thinks. I can't keep a lot things in my head if data goes so deep in the dependency tree.

Collapse
 
ezzabuzaid profile image
ezzabuzaid

Sorry about that, I'll go over the implementation again and try to enhance it.

Yes, when data starting to get pretty down, it's a sign that the design may not be as good.