Scoped Module TreeCompose DI as a tree of module containers and override dependencies locally without mutating parent modules.
Provider LifecycleRun onModuleInit/onModuleMount/onModuleUnmount/onModuleDestroy for module-owned providers in deterministic order.
React IntegrationUse ModuleProvider, hooks, and withModule HOC while keeping React rendering concerns separate from DI concerns.
Token NamespacesCreate strict namespaced tokens with makeTokenizer for large apps and shared package boundaries.
Escape HatchesIncludes explicit UNSAFE container access for rare edge cases and infrastructure tooling.