@nexys/react-stateful
v2.0.8
Published
[](https://www.npmjs.com/package/@nexys/react-stateful) [](https://www.npmjs.com/package/@nexys/react-stateful) ![T
Downloads
130
Readme
React-stateful
i18n is in @nexys/react-i18n
Opinionated implementations of
- request
- call to crud (pseudo graphql)
- cms
Request
CRUD
Creating object:
import { RequestUtil } from '@nexys/react-stateful';
const c = new RequestUtil.Crud.withUuid<TC.FileImportLog>('FileImportLog');