-
dig
Why? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Dig is a DI library. It has all the core logic Fx needs for actually performing DAG resolution of dependencies, type decorations and resolutions, etc. Fx is an DI-based application framework. Fx uses Dig to perform the core DI operations, and it comes with built-in utilities (such as Lifecycle and Loggers) that are useful when you are building an app. At Uber we use Fx to build services and libraries that powers most of our backend. |
Beta Was this translation helpful? Give feedback.
Dig is a DI library. It has all the core logic Fx needs for actually performing DAG resolution of dependencies, type decorations and resolutions, etc.
Fx is an DI-based application framework. Fx uses Dig to perform the core DI operations, and it comes with built-in utilities (such as Lifecycle and Loggers) that are useful when you are building an app.
At Uber we use Fx to build services and libraries that powers most of our backend.