@autofiy/rac-core
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @autofiy/rac-core

Weekly Downloads

0

Version

1.3.2

License

none

Unpacked Size

98 kB

Total Files

71

Last publish

Collaborators

  • autofiy