@aesop-fables/scrinium
v0.20.2
Published
A fully observable data projection/mutation layer for react, built on top of rxjs
Downloads
1,013
Readme
@aesop-fables/scrinium
scrinium
is a fully observable data projection/mutation layer for react, built on top of rxjs.
Installation
npm install @aesop-fables/scrinium
yarn add @aesop-fables/scrinium
Example
You'll find a sample-web application built with create-react-app in the examples
dir.
Note:
Make sure that you run yarn build
in the root repo directory first.
Documentation Outline
- Overview a. Local caching layer b. Command/Query Separation
- Compartments
- Data Caches a. Creating a cache b. Consuming data c. Loading strategies d. Retention
- Repositories
- Subjects
- Queries
- Commands
- Hooks a. useSubject b. useObservableQuery c. useCommands d. useSubjectResolver e. useBusy f. useApplicationState g. useConstant h. useListener i. useObservable j. useProjection ? k. useMutation ?
- Advanced Usage