1.0.4 • Published 4 months ago

@xarc/react v1.0.4

Weekly downloads
16
License
Apache-2.0
Repository
-
Last release
4 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.4

4 months ago

1.0.3

8 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.8

3 years ago

0.2.0-beta.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago