1.0.6 • Published 9 months ago

@xarc/react v1.0.6

Weekly downloads
16
License
Apache-2.0
Repository
-
Last release
9 months ago

@xarc/react

xarc web app platform support for React framework.

Example:

index.ts:

import { declareSubApp } from "@xarc/react";

const subAppDef = declareSubApp({
  name: "test",
  getModule: () => import("./subapp-hello")
});

subapp-hello.ts:

export const subapp = {
  Component: () => {
    // UI component
  }
};
1.0.6

9 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago

0.3.4

3 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.8

4 years ago

0.2.0-beta.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago