DEV Community

Discussion on: The Problem with React's Context API

Collapse
 
thomasburleson profile image
Thomas Burleson

The other reason I do not like/use Context is that it attempts to simulate Dependency Injection... but does not provide the real benefits of DI. I published a Medium post "Universal Dependency Injection (in React)" that you may like: medium.com/@thomasburlesonIA/https...