-
Notifications
You must be signed in to change notification settings - Fork 2
Best Practices
Jelte edited this page May 16, 2018
·
2 revisions
Page is work in progress, but involves some important things to consider
- Don't change the information state in the Javascript field. Always use the
<assign></assign>
blocks for information state updates. - Order matters, so changing the same part of the information state in one effect block will be executed in the order they are entered in the template file.
- We advise against changing the same part of the information state in the same effect block.