@sensejs/container

The dependency injection library used by sensejs framework.

Usage no npm install needed!

<script type="module">
  import sensejsContainer from 'https://cdn.skypack.dev/@sensejs/container';
</script>

README

@sensejs/container

This package was created with the mission to replace inversify.

By supporting resolve session, aliasing, and resolve interceptor natively, which required by @sensejs/core but had to be emulated inefficiently when inversify was in used, huge performance improvement was gained.