Dependency injection in React Tuesday, December 14, 2021 Teklinks Dependency injection (DI) is a pattern where components necessary for your code to run are hot-swappable. This means that your dependencies are not hard-coded in your implementation and can change as your environment changes. Full article Email This BlogThis! Share to X Share to Facebook