Controll forntend by CLI console

Repo
Manual

LOW CODE solution

based on one direction dataflow

LESS then 20 methods

SET get left value and SET to right
PUSH get left value and PUSH to right
FIND [-key -value] find on array in left (by key and value)
ISTRUE condition left and continue or brake pipe
ISFALSE condition left and continue or brake pipe
ARRAY create empty array in pipe memory
OBJECT create empty object in pipe memory
UID create UID in pipe memory
RELOAD [-target] reload page (to depreciated)
REMOVE TODO - remove any targeted type

and seven data sources

router Storage acctual routing output
display Storage blocks display on page
queries Storage all realized queries (to refresh)
forms Storage all realized forms (actions and mutations refresh)
custom Storage user data
this Access to component attributes (focused or interpoleted)
params Storage last custom action params

To realized any CRUD problems on FRONTEND

TODO: describe forms idea (to full understand app data flow)
TODO: describe first backend implementation (vendure)