@autofiy/rac-core

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

Usage no npm install needed!

<script type="module">
  import autofiyRacCore from 'https://cdn.skypack.dev/@autofiy/rac-core';
</script>

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