Safely restructure your codebase with Dependency Graphs



This content originally appeared on DEV Community and was authored by Tú Bùi

  1. Using “inversify” & “inversify-inject-decorators”: to bind Class to key & inject from key to get.

  2. Folder
    animal
    /ioc
    /animal-ioc-config.ts
    create const key to binding
    /animal-root-composition.ts
    component attach on scene. Onload() to register another one
    /dependency-graph-binding.ts

Image description


This content originally appeared on DEV Community and was authored by Tú Bùi