@autofiy/rac-core
v1.3.2
Published
this library help you to write collection components easily with powerful functionalities
Downloads
4
Readme
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