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
Iku-turso f02e09245b chore: Bump linkable to recover from yalc error
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-30 10:56:53 -04:00
..
src chore: Change name from SafeReactNode to StrictReactNode 2023-05-15 11:56:30 -04:00
.eslintrc.json Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
.prettierrc Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
CHANGELOG.md Release 6.5.0 2023-05-26 14:00:45 -04:00
index.ts Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
jest.config.js Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
package.json chore: Bump linkable to recover from yalc error 2023-05-30 10:56:53 -04:00
README.md Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
tsconfig.json Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
webpack.config.js Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00

@k8slens/react-application

Usage

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

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

registerFeature(di, reactApplicationRootFeature);

Extendability