@openlens/react-application
v1.0.0
Published
Package for React Application
Downloads
2
Readme
@openlens/react-application
Usage
$ npm install @openlens/react-application
import { reactApplicationFeature } from "@openlens/react-application";
import { registerFeature } from "@openlens/feature-core";
import { createContainer } from "@ogre-tools/injectable";
const di = createContainer("some-container");
registerFeature(di, reactApplicationRootFeature);