alicompiler / auto-collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAC-Core (ReactAutoCollection-Core)

this library help you to write collection components easily with powerful functionalities

Example

import {AutoCollection , SimpleTable , HttpDataFetcher} from "rac-core"
...
<AutoCollection as={SimpleTable}
                services={{fetcher: ac => new HttpDataFetcher(ac)}}
                extra={{dataSourceOptions: {url: 'http://localhost:9000'}}}/>

Installation

npm install rac-core
//or
yarn add rac-core

About


Languages

Language:TypeScript 97.4%Language:HTML 1.6%Language:JavaScript 1.0%