@xarc/react
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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
  }
};

Readme

Keywords

none

Package Sidebar

Install

npm i @xarc/react

Weekly Downloads

19

Version

1.0.4

License

Apache-2.0

Unpacked Size

234 kB

Total Files

171

Last publish

Collaborators

  • kyle.jeske
  • arunvishnun
  • srinathm85
  • chandub
  • divyakarippath
  • jchip