1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/react-application-root
Janne Savolainen de3fc32706
Introduce competition for starting react application inside the Feature
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-31 08:39:30 +03:00
..
src Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
.eslintrc.json Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
.prettierrc Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
index.ts Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
jest.config.js Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
package.json Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
README.md Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
tsconfig.json Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00
webpack.config.js Introduce competition for starting react application inside the Feature 2023-03-31 08:39:30 +03:00

@k8slens/react-application-root

Usage

$ npm install @k8slens/react-application-root
import { reactApplicationRootFeature } from "@k8slens/application";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";

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

registerFeature(di, reactApplicationRootFeature);

Extendability