1.3.2 • Published 4 months ago

@freelensapp/react-application v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@freelensapp/react-application

Usage

npm install @freelensapp/react-application
import { reactApplicationFeature } from "@freelensapp/react-application";
import { registerFeature } from "@freelensapp/feature-core";
import { createContainer } from "@ogre-tools/injectable";

const di = createContainer("some-container");

registerFeature(di, reactApplicationRootFeature);

Extendability