Simple, code-first, virtual API client for your app
- simple, efficient CRUD operations
- code-first to configure your app's Entity types and Fields
- use it anywhere, even in codepen
yarn add @reactiff/app-data-client
import AppDataClient from '@reactiff/app-data-client'
const api = new AppDataClient();
// do stuff with it
MIT © Rick Ellis