diff --git a/ImportantPrincipals.md b/ImportantPrincipals.md index 5652008..848e710 100644 --- a/ImportantPrincipals.md +++ b/ImportantPrincipals.md @@ -10,3 +10,4 @@ When creating the client side of a module there are some really important things - Never style global elements like body, html, head, p, h1 etc.... - Try to avoid using element ids as references as there can be multiple instances of a module at the same time. - You do not need to specify +- When using reference properties try to use api.onPropertyUpdate as much as possible. This way it also get's live updates from the editor. Try to avoid sending them from the server side as much as possible.