Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit c5c711c

Browse files
committed
Update README.md
1 parent 0664ef5 commit c5c711c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ Each helper directory is divided into `frontend` and `backend` methods/functions
1212

1313

1414
### Frontend
15-
Front end functions/methods are to be used within Templates, (although not exclusively), and have a copy of the backend Type structures. Since they are used within templates, they are more "vague" with determining specific types and reflection helpers are used extensively to aide both error correction and recovery.
15+
Front end functions/methods are to be used within Templates, (although not exclusively), and have a copy of the backend Type structures. They are all contained with the files with a `helpers` prefix.
16+
17+
Since they are used within templates, they are more "vague" with determining specific types and reflection helpers are used extensively to aide both error correction and recovery.
18+
1619
Front end functions begin with the name "Helper" and will be exported and made available within templates. Any other function will be ignored within templates.
20+
1721
Methods coming from these functions, (of course), are available as normal and will ALWAYS return a `ux.State` structure.
1822

1923
For example:

0 commit comments

Comments
 (0)