HOME
DOCS
PWA
ABOUT
Replicator
Write
Read
Upgrading the Container
Concepts
Storing Information
Writing Specifications
Retrieving Information
Create an App
Create React App
Install Jinaga
Define a Model
Initialize a Starting Point
Declare a Component
Match Successor Facts
Declare a Child Component
Write Tests
Write Some Tests (JavaScript)
Write Some Tests (TypeScript)
Create Related Facts
Query Facts
Export the Model (JavaScript)
Export the Model (TypeScript)
Authorize Facts
Conventions
JavaScript
TypeScript
Reference
Jinaga
fact
query
watch
for
match
exists
notExists
not
hash
login
local
service
onError
onLoading
onProgress
graphviz
inspect
Preposition
then
Syntax diagram
Jinaga React
Composition
Field Specification Functions
field
projection
collection
property
mutable
array
Reference
Syntax diagram
query:
j.query
(
starterFact
,
preposition
)
watch:
j.watch
(
starterFact
,
preposition
,
resultAdded
,
resultRemoved
)
preposition:
j.for
(
Function that returns a
specification
)
then
.
specification:
j.match
(
template
)
predicate
predicate:
.
suchThat
(
j.not
(
Function that returns a
condition
)
)
Function that returns a
condition
condition:
j.notExists
j.exists
(
template
)
predicate
Continue With
Jinaga React