@nexys/react-stateful
v2.0.8
Published
[![npm version](https://badge.fury.io/js/%40nexys%2Freact-stateful.svg)](https://www.npmjs.com/package/@nexys/react-stateful) [![npm version](https://img.shields.io/npm/v/@nexys/react-stateful.svg)](https://www.npmjs.com/package/@nexys/react-stateful) ![T
Downloads
32
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');